lilypond-user
[Top][All Lists]
Advanced

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

Re: Slashed after-grace note


From: Thomas Morley
Subject: Re: Slashed after-grace note
Date: Sat, 13 Aug 2016 07:37:27 +0200

2016-08-13 4:22 GMT+02:00 Evan O'Dorney <address@hidden>:
> 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



reply via email to

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