X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=daea9d33c29544609275d5ffce098bd20b57c473;hb=ed4efaed0a8e9207c2b269412eded2e257094b46;hp=3c052b8bfd8660f162140315328a7dbeb6cac748;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 3c052b8bfd..daea9d33c2 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -1,33 +1,27 @@ -\version "1.9.1" +\version "2.10.0" -startGraceMusic = \notes { - \context Voice \applycontext #set-start-grace-properties +startGraceMusic = { } -stopGraceMusic = \notes { - \context Voice \applycontext #set-stop-grace-properties +stopGraceMusic = { } startAppoggiaturaMusic = -\notes { - \context Voice \applycontext #set-start-grace-properties + { s1*0( } -stopAppoggiaturaMusic = \notes { - \context Voice \applycontext #set-stop-grace-properties +stopAppoggiaturaMusic = { s1*0) } -startAccacciaturaMusic = \notes { - \context Voice \applycontext #set-start-grace-properties +startAcciaccaturaMusic = { s1*0( - \property Voice.Stem \override #'stroke-style = #"grace" + \override Stem #'stroke-style = #"grace" } -stopAccacciaturaMusic = \notes { - \property Voice.Stem \revert #'stroke-style - \context Voice \applycontext #set-stop-grace-properties +stopAcciaccaturaMusic = { + \revert Stem #'stroke-style s1*0) }