]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/grace-init.ly
Fix 456: Also check for laissez-vibrer events attached to single heads inside a chord
[lilypond.git] / ly / grace-init.ly
index b9729f3e9360735d3f4a29aa772801a45acb4240..4ee3be0179e3a6c155d035eb557d19bc5f78bf8f 100644 (file)
@@ -21,10 +21,18 @@ stopAppoggiaturaMusic =  {
 
 startAcciaccaturaMusic =  {
     s1*0\startGraceSlur
-    \override Stem  #'stroke-style = #"grace"
+    \override Flag  #'stroke-style = #"grace"
 }
 
 stopAcciaccaturaMusic =  {
-    \revert Stem #'stroke-style
+    \revert Flag #'stroke-style
     s1*0\stopGraceSlur
 }
+
+startSlashedGraceMusic =  {
+  \override Flag #'stroke-style = #"grace"
+}
+
+stopSlashedGraceMusic =  {
+  \revert Flag #'stroke-style
+}