]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/grace-init.ly
Fix unproper nesting of various property overrides
[lilypond.git] / ly / grace-init.ly
index abbfd8a3d9b7d2e1d5bf0dd59f4af92ee7973103..2e3dbce1cbd2586cdcc1105f4ba4945cd6bde951 100644 (file)
@@ -21,7 +21,7 @@ stopAppoggiaturaMusic =  {
 
 startAcciaccaturaMusic =  {
     <>\startGraceSlur
-    \override Flag  #'stroke-style = #"grace"
+    \temporary \override Flag  #'stroke-style = #"grace"
 }
 
 stopAcciaccaturaMusic =  {
@@ -30,7 +30,7 @@ stopAcciaccaturaMusic =  {
 }
 
 startSlashedGraceMusic =  {
-  \override Flag #'stroke-style = #"grace"
+  \temporary \override Flag #'stroke-style = #"grace"
 }
 
 stopSlashedGraceMusic =  {