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 <[email protected]>:

> 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
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to