]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / adding-an-extra-staff-at-a-line-break.ly
index 1f1adc7c547effd175e5add2c0144d609e6e6923..c6d59e5292553791d51c5e71795f0bed86a39f38 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers, breaks"
@@ -25,9 +26,6 @@ unfortunately added at the end of the line before the break (to fit in
 a key signature change, which  will never be printed anyway).  The
 workaround is to add a setting of
 @code{Staff.explicitKeySignatureVisibility} as is shown in the example.
-In versions 2.10 and earlier, a similar setting for the time signatures
-is also required (see the example).
-
 
 
 "
@@ -44,14 +42,12 @@ is also required (see the example).
          \key f \major
          \once \override Staff.TimeSignature #'stencil = ##f
          c1 | c
-       } 
+       }
     >>
     c1 | c^"Fixed here" \break
     << { c1 | c }
        \new Staff {
          \once \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
-         % The next line is not needed in 2.11.x or later:
-         \once \override Staff.TimeSignature #'break-visibility = #end-of-line-invisible
          \key f \major
          \once \override Staff.TimeSignature #'stencil = ##f
          c1 | c