lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Appoggiatura before barline


From: Thomas Morley
Subject: Re: Appoggiatura before barline
Date: Fri, 18 Jan 2019 21:14:39 +0100

Am Fr., 18. Jan. 2019 um 19:14 Uhr schrieb Urs Liska <address@hidden>:
>
> Is there any convenient and semantically acceptable way of engraving an
> appoggiatura (or other grace notes) *before* the barline? I know that
> usually one is pointed to \afterGrace to achieve something like that but
> that seems semantically problematic. I produced the attached image using
> a bunch of extra-offset overrides and a drastic \shape - which is
> inconvenient.
>
> Thanks for any ideas.
> Urs

Hi Urs,

you could try to use David K's cheat:

{
  R1
  %% default
  \appoggiatura d''8 c''4 r2.
  %% cheated
  \appoggiatura { \bar "" d''8 \bar "|" } c''4 r2.
}

It has it's own drawbacks, though.


Cheers,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]