Thanks Pierre!

Just found my previous question:
https://lists.gnu.org/archive/html/lilypond-user/2014-11/msg00261.html

I see that if I change the direction of the slashed stem it appears a bit too long (I think) and I must tweak it, see commented line below:

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

 \afterGrace
 c1 {
   \once\override Flag.stroke-style = #"grace"
   \once\stemDown
   %\once\override Stem.length = #4.5
   d8
 }
}



Il giorno sab 27 dic 2014 alle 12:01, Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> ha scritto:
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 <fedel...@gmail.com>:
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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

Reply via email to