X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=ea89bb2e4ede3adb688a9e6021ada135c3d51cc6;hb=8dc5818f4487e019b729aac1187d1f4ca72996df;hp=776ce21a743010a0245210fe773fbf8341a7ce66;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 776ce21a74..ea89bb2e4e 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -1,33 +1,27 @@ -\version "2.3.16" +\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) }