Works. I did look at the hints in ly/grace-init.ly but they didn't help.
You did (with 2 solutions!).
Thanks^2.

Kees

> > How can I remove the slur from acciacatura (or add a slash to 
> grace)?
> See the file ly/grace-init.ly for hints.  This is one 
> possible solution:
> 
> %%%%
> \version "2.12.2"
> 
> startGraceMusic = { \override Stem #'stroke-style = #"grace" }
> stopGraceMusic = { \revert Stem #'stroke-style }
> startAcciaccaturaMusic = \startGraceMusic
> stopAcciaccaturaMusic = \stopGraceMusic
> 
> \relative c'' {
>   g4 \grace { f8 } e8 d c2
>   g'4 \acciaccatura { f8 } e8 d c2
> }
> %%%%
> 
> 
> HTH,
> Patrick
>


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

Reply via email to