X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-an-extra-staff-at-a-line-break.ly;h=e67d4f2954e7a7785495f94be9dc776e4c7413fe;hb=0859431a3b2a6c36b2fee643563c6fd914fe9884;hp=4abab6c50b057511fa0f008c8c3989572b897e78;hpb=ebc3cdab150ac7de7857043d301f784fd0f8aecc;p=lilypond.git diff --git a/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly b/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly index 4abab6c50b..e67d4f2954 100644 --- a/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly +++ b/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly @@ -4,10 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.17.11" \header { - lsrtags = "breaks, staff-notation, workaround, contexts-and-engravers" + lsrtags = "breaks, contexts-and-engravers, staff-notation, workaround" texidoc = " When adding a new staff at a line break, some extra space is @@ -30,7 +30,7 @@ workaround is to add a setting of << { c1 | c } \new Staff { \key f \major - \once \override Staff.TimeSignature #'stencil = ##f + \once \override Staff.TimeSignature.stencil = ##f c1 | c } >> @@ -39,7 +39,7 @@ workaround is to add a setting of \new Staff { \once \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible \key f \major - \once \override Staff.TimeSignature #'stencil = ##f + \once \override Staff.TimeSignature.stencil = ##f c1 | c } >>