X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=ea89bb2e4ede3adb688a9e6021ada135c3d51cc6;hb=746a2c1458c0b28f1a73cd3f94b4ed1342433129;hp=6976b092d5e272347c775837252da26d7ef639c2;hpb=402045837e7134cdf90d1fcf31768c62227a4936;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 6976b092d5..ea89bb2e4e 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -1,33 +1,27 @@ -\version "2.1.22" +\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( \override Stem #'stroke-style = #"grace" } -stopAcciaccaturaMusic = \notes { +stopAcciaccaturaMusic = { \revert Stem #'stroke-style - \context Voice \applycontext #set-stop-grace-properties s1*0) }