lilypond-user
[Top][All Lists]
Advanced

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

Re: afterGrace and slashedGrace


From: Pierre Perol-Schneider
Subject: Re: afterGrace and slashedGrace
Date: Sat, 27 Dec 2014 12:01:34 +0100

Hi Federico,
There's a conflict between \afterGrace and \slashedGrace in your coding.
How about :

\version "2.19.15"
\relative c'' {
  \afterGrace
  c1 {
    \once\override Flag.stroke-style = #"grace"
    d8
  }
}


HTH,
Pierre

2014-12-27 11:35 GMT+01:00 Federico Bruni <address@hidden>:
I think that I already asked the same question few weeks ago but can't find it in my inbox nor in the archives.
How can I use slashedGrace for a grace note at the end of a bar?

\version "2.19.15"
\relative c'' {
  \slashedGrace d8 d4 r2. |
  \afterGrace c1 { d8 } |
  
  % the grace note is printed as normal note (bigger) and without the slashed stem
  \afterGrace c1 { \slashedGrace d8 } |
}

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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