]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / making-some-staff-lines-thicker-than-the-others.ly
index 9b24e3f97eaf91a7ff7c0f9d82b07219bd9a7499..1cf8befaa02315be7d88b4d23a88acb2baf736b9 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "editorial-annotations, really-cool, staff-notation, workaround"
@@ -21,7 +21,7 @@ emphasized, using the @code{line-positions} property of the
 } % begin verbatim
 
 {
-  \override Staff.StaffSymbol #'line-positions =
+  \override Staff.StaffSymbol.line-positions =
     #'(-4 -2 -0.2 0 0.2 2 4)
   d'4 e' f' g'
 }