]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/grace-init.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / ly / grace-init.ly
index d9e433fc13034748036ee43fffc3aff45cbe031d..1f8edca81e3344be7ced10728a505b6a0328700a 100644 (file)
@@ -1,33 +1,27 @@
-\version "1.9.1"
+\version "2.14.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)
 }