]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Doc-es: version markers for texidoc strings.
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index c5bcb7e88dc1a8f88346248faa83663a7c2a99ce..a348603f9abb305b1c98045b939d4dc6cf3a57b2 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.15.15
-\version "2.16.0"
+%% Note: this file works from version 2.17.6
+\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)
 }