]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-an-extra-staff-at-a-line-break.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / adding-an-extra-staff-at-a-line-break.ly
index b206077b7618568e5dfb2b6c846a845159f9982f..c829681cec3a9f16fddb694b782d0070dc9ff5f8 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.49"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers, breaks"
@@ -20,28 +20,27 @@ is also required (see the example).
   doctitle = "Adding an extra staff at a line break"
 } % begin verbatim
 \score {
-  \new StaffGroup \relative c'' { 
-    \new Staff 
+  \new StaffGroup \relative c'' {
+    \new Staff
     \key f \major
-    c1 c^"Unwanted extra space" \break 
+    c1 c^"Unwanted extra space" \break
     << { c1 c }
-       \new Staff { 
+       \new Staff {
          \key f \major
          \once \override Staff.TimeSignature #'stencil = ##f
          c1 c 
        } 
     >>
-    c1 c^"Fixed here" \break 
+    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 
+       \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 
-       } 
+         c1 c
+       }
     >>
   }
 }
-