X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=ea89bb2e4ede3adb688a9e6021ada135c3d51cc6;hb=1deba1fe151bc7929ddc8211042abe2b09a3f8e2;hp=4e13a5ea028c689e0ef56954b8c70e8bf91861fc;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 4e13a5ea02..ea89bb2e4e 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -1,33 +1,27 @@ -\version "2.4.0" +\version "2.12.0" startGraceMusic = { - \context Voice \applycontext #set-start-grace-properties } stopGraceMusic = { - \context Voice \applycontext #set-stop-grace-properties } startAppoggiaturaMusic = { - \context Voice \applycontext #set-start-grace-properties s1*0( } stopAppoggiaturaMusic = { - \context Voice \applycontext #set-stop-grace-properties s1*0) } startAcciaccaturaMusic = { - \context Voice \applycontext #set-start-grace-properties s1*0( \override Stem #'stroke-style = #"grace" } stopAcciaccaturaMusic = { \revert Stem #'stroke-style - \context Voice \applycontext #set-stop-grace-properties s1*0) }