X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=ea89bb2e4ede3adb688a9e6021ada135c3d51cc6;hb=e804710e1fe0070ea072d4e1fbf3e534cf951d09;hp=94e6809485e875754aab962d8f3f9d6059a4547d;hpb=10f0e1d58eda7e8d5f3e7d5613ca2d976620e434;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 94e6809485..ea89bb2e4e 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -1,33 +1,27 @@ -\version "1.9.7" +\version "2.12.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) } -startAcciaccaturaMusic = \notes { - \context Voice \applycontext #set-start-grace-properties +startAcciaccaturaMusic = { s1*0( - \property Voice.Stem \override #'stroke-style = #"grace" + \override Stem #'stroke-style = #"grace" } -stopAcciaccaturaMusic = \notes { - \property Voice.Stem \revert #'stroke-style - \context Voice \applycontext #set-stop-grace-properties +stopAcciaccaturaMusic = { + \revert Stem #'stroke-style s1*0) }