X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmaking-some-staff-lines-thicker-than-the-others.ly;h=1bacee840448df176596f0ea7e5789a904b731f3;hb=493fa01bf15b02089b985bcba87c5a9a1be7f3b9;hp=3336baa262a4fea274c68a4605305e9138381b30;hpb=a229fafa17dfdc0638326fab4368fffcfbf38d2a;p=lilypond.git diff --git a/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly b/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly index 3336baa262..1bacee8404 100644 --- a/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly +++ b/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly @@ -1,10 +1,10 @@ %% 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 = "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' }