]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff.ly
Doc: eliminate typesetter quotes.
[lilypond.git] / Documentation / snippets / adding-an-extra-staff.ly
index 00693d1fb08cd47f3a5517eb0091b19b2ccf383b..018d8656c958f627a80af908b2d415d5670da491 100644 (file)
@@ -1,11 +1,12 @@
-%% 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.16"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: f39a9724d9f51ed9d0d464689ef62f549d7b8dd6
+%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
   texidoces = "
 Se puede aƱadir (posiblemente de forma temporal) un pentagrama
 nuevo una vez que la pieza ha comenzado.
@@ -15,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"
@@ -27,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
           }