2016-08-13 4:22 GMT+02:00 Evan O'Dorney <[email protected]>:
> HI everyone,
>
> Is it possible to slash an after-grace note, so that the three grace figures
> in this example all look alike?
>
> \relative c'' {
> \time 3/4
> f4( \slashedGrace e8) f4( \slashedGrace e8) \afterGrace f4( { e8) } c2.
> }
Hi Evan,
\relative c'' {
\time 3/4
f4( \slashedGrace e8)
f4( \slashedGrace e8)
\afterGrace f4( { \once \override Flag.stroke-style = #"grace" e8) }
c2.
}
\relative c'' {
\time 3/4
f4( \slashedGrace e8)
f4( \slashedGrace e8)
f4( \slashedGrace { \bar "" e8) \bar "|" }
c2.
}
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user