]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / adding-an-extra-staff.ly
index d3b4114373325575dd3372e5c4ff20a9f8368e93..a619f07d8f8a001d9781f3145c7958ff5d793a6c 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   texidoces = "
 Se puede aƱadir (posiblemente de forma temporal) un pentagrama
 nuevo una vez que la pieza ha comenzado.
@@ -16,7 +19,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"
@@ -24,13 +27,19 @@ piece.
 
 \score {
   <<
-    \new Staff \relative c'' { c1 | c | c | c | c }
+    \new Staff \relative c'' {
+      c1 | c | c | c | c
+    }
     \new StaffGroup \relative c'' {
       \new Staff {
-        c1 | c <<
-          c1 \new Staff {
+        c1 | c
+        <<
+          {
+            c1 | d
+          }
+          \new Staff {
             \once \override Staff.TimeSignature #'stencil = ##f
-            c1
+            c1 | b
           }
         >>
         c1