> Message: 3
> Date: Sat, 4 Jan 2020 08:38:22 -0800
> From: "Mark Stephen Mrotek" <[email protected]>
> To: <[email protected]>
> Subject: align aftergraces
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="utf-8"
> Hello all,
>
> In the following, the two aftergraces do not align.
>
> Thank you.
>
> Mark
>
> \version "2.19.49"
> \score {
> \new PianoStaff <<
> \new Staff = "upper"
> \relative c'' {
> r2 \afterGrace 15/16 d\startTrillSpan {c16\stopTrillSpan (d)}
> }
> \new Staff = "lower"
> \relative c {
> \clef bass
> r2 r4 \afterGrace 15/16 f\trill {e16 (f)}
>
>
That's bcause the 15/16 isn't a duration - it's the fraction of the main note
length. Change the 2nd one to 7/8 and it works fine.
All the best,
Peter
> }