]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/redefining-grace-note-global-defaults.ly
Doc: avoid using zero-duration spacers in examples
[lilypond.git] / Documentation / snippets / new / redefining-grace-note-global-defaults.ly
index f40241d0805b8fe83e4ec96ea1370760aeaedc48..2fcce37c2cd77a9316e524f243c218b0ad7dea8e 100644 (file)
@@ -16,7 +16,7 @@ other effects may be obtained.
 }
 
 startAcciaccaturaMusic = {
-  s1*0(
+  <>(
   \override Flag #'stroke-style = #"grace"
   \slurDashed
 }
@@ -24,7 +24,7 @@ startAcciaccaturaMusic = {
 stopAcciaccaturaMusic = {
   \revert Flag #'stroke-style
   \slurSolid
-  s1*0)
+  <>)
 }
 
 \relative c'' {