]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/grace-init.ly
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / ly / grace-init.ly
index 94e6809485e875754aab962d8f3f9d6059a4547d..6976b092d5e272347c775837252da26d7ef639c2 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.7"
+\version "2.1.22"
 
 
 startGraceMusic = \notes {
@@ -23,11 +23,11 @@ stopAppoggiaturaMusic = \notes {
 startAcciaccaturaMusic = \notes {
     \context Voice \applycontext #set-start-grace-properties
     s1*0(
-    \property Voice.Stem \override #'stroke-style = #"grace"
+    \override Stem  #'stroke-style = #"grace"
 }
 
 stopAcciaccaturaMusic = \notes {
-    \property Voice.Stem \revert #'stroke-style
+    \revert Stem #'stroke-style
     \context Voice \applycontext #set-stop-grace-properties
     s1*0)
 }