2016-08-13 4:22 GMT+02:00 Evan O'Dorney <emo916m...@gmail.com>:
> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to