X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=ea89bb2e4ede3adb688a9e6021ada135c3d51cc6;hb=20b6e6264d2a7b2a21fe69e3b720f0b71ef6583f;hp=0528f47422868f3013250f4ffc9b409cffc4ad54;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 0528f47422..ea89bb2e4e 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -1,33 +1,27 @@ -\version "2.1.36" +\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) }