]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/redefining-grace-note-global-defaults.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / redefining-grace-note-global-defaults.ly
index b6575a4714cbc91d0132c4da99c18dbb32fcab21..b4cd68c38cc51b64925bd3e61524d5a09e20a6b4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms"
@@ -17,12 +17,12 @@ other effects may be obtained.
 
 startAcciaccaturaMusic = {
   <>(
-  \override Flag #'stroke-style = #"grace"
+  \override Flag.stroke-style = #"grace"
   \slurDashed
 }
 
 stopAcciaccaturaMusic = {
-  \revert Flag #'stroke-style
+  \revert Flag.stroke-style
   \slurSolid
   <>)
 }