]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index e72d9b585ed48ba8c3b56004a0250c7cb074b5d0..3bea1acfa9f0ccd4c10fc76128c49774cb03c976 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.16.0
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms"
@@ -20,6 +20,6 @@ other situations.
 
 
 \relative c'' {
-  \override Flag #'stroke-style = #"grace"
+  \override Flag.stroke-style = #"grace"
   c8( d2) e8( f4)
 }