Hello Mark! Your example is very useful, I have a similar problem, namely I would like to produce \afterGrace like \acciaccatura: with a slur and small note with a slashed stem.
Can you help me? Nikolay On Tue, Jan 20, 2009 at 6:46 PM, Mark Polesky <[email protected]> wrote: > 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 > _______________________________________________ > lilypond-user mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- Nikolay Kirov Kirov http://www.math.bas.bg/~nkirov Office: (+359) 2 979 2850, 2 811 0611 Home: (+359) 2 856 8627, 0887 198 221 _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
