]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / adding-an-extra-staff.ly
index 00693d1fb08cd47f3a5517eb0091b19b2ccf383b..17ac9f512b9921146230390d8c69bcc29f0c8122 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "staff-notation, contexts-and-engravers"
+  lsrtags = "contexts-and-engravers, staff-notation, really-simple"
 
-%% Translation of GIT committish: f39a9724d9f51ed9d0d464689ef62f549d7b8dd6
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Se puede aƱadir (posiblemente de forma temporal) un pentagrama
 nuevo una vez que la pieza ha comenzado.
@@ -15,21 +19,28 @@ 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"
 } % begin verbatim
 
+
 \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