]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/grace-init.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / ly / grace-init.ly
index d9e433fc13034748036ee43fffc3aff45cbe031d..ea89bb2e4ede3adb688a9e6021ada135c3d51cc6 100644 (file)
@@ -1,33 +1,27 @@
-\version "1.9.1"
+\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)
 }