Robin Bannister wrote: > Or precede \grace with > \once \override Stem #'stroke-style = #"grace"
Also remember that you can save typing with an identifier:
_________________________________________________________
\version "2.12.1"
mygrace = #(define-music-function (parser location music) (ly:music?)
#{ \once \override Stem #'stroke-style = #"grace" \grace $music #})
\relative c'' {
\grace b8 c4
\mygrace b8 c4
\appoggiatura b8 c4
\acciaccatura b8 c4
}
_________________________________________________________
- Mark
<<attachment: grace-slurs.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
