X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=ea89bb2e4ede3adb688a9e6021ada135c3d51cc6;hb=47f47855069bfb739a9027089b7fa276db1b21ad;hp=4b1dc9b94b817e55986e01943759d24955ae1c12;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 4b1dc9b94b..ea89bb2e4e 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -1,33 +1,27 @@ -\version "1.9.8" +\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) }