]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/using-grace-note-slashes-with-normal-heads.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / using-grace-note-slashes-with-normal-heads.ly
index 024c95dbae26a626185b3174af3bc852c85f4559..0a53f3d9807ed1e6131e4d87ce33e892d618e11c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms"
@@ -12,7 +12,7 @@ other situations.
 }
 
 \relative c'' {
-  \override Flag #'stroke-style = #"grace"
+  \override Flag.stroke-style = #"grace"
   c8( d2) e8( f4)
 }