]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/redefining-grace-note-global-defaults.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / redefining-grace-note-global-defaults.ly
index f40241d0805b8fe83e4ec96ea1370760aeaedc48..b6575a4714cbc91d0132c4da99c18dbb32fcab21 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.15"
+\version "2.16.0"
 
 \header {
   lsrtags = "rhythms"
@@ -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'' {