]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / snippets / adding-an-extra-staff.ly
index d3b4114373325575dd3372e5c4ff20a9f8368e93..a68d73ba3cf85903889999158e77636d4ab298b3 100644 (file)
@@ -1,12 +1,12 @@
 %% 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.4"
+\version "2.13.20"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
   texidoces = "
 Se puede aƱadir (posiblemente de forma temporal) un pentagrama
 nuevo una vez que la pieza ha comenzado.
@@ -16,7 +16,7 @@ nuevo una vez que la pieza ha comenzado.
 
   texidoc = "
 An extra staff can be added (possibly temporarily) after the start of a
-piece.  
+piece.
 
 "
   doctitle = "Adding an extra staff"
@@ -28,7 +28,8 @@ piece.
     \new StaffGroup \relative c'' {
       \new Staff {
         c1 | c <<
-          c1 \new Staff {
+          c1
+          \new Staff {
             \once \override Staff.TimeSignature #'stencil = ##f
             c1
           }