]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / making-some-staff-lines-thicker-than-the-others.ly
index 2610738756ba679ff219d0b58d35787c2a84b168..1bacee840448df176596f0ea7e5789a904b731f3 100644 (file)
@@ -1,13 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "really-cool, staff-notation, workaround, editorial-annotations"
+  lsrtags = "editorial-annotations, really-cool, staff-notation, workaround"
 
   texidoc = "
 For educational purposes, a staff line can be thickened (e.g., the
@@ -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'
 }