]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff.ly
Doc-de: updating changing-defaults.itely
[lilypond.git] / Documentation / snippets / adding-an-extra-staff.ly
index 0bf833c8f2f73c94c698e3b5c44713083bbff425..f1643c939817723a4b3dd71f2009318126914f24 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.16"
+\version "2.13.31"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
 
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
+%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
   texidoces = "
 Se puede aƱadir (posiblemente de forma temporal) un pentagrama
 nuevo una vez que la pieza ha comenzado.
@@ -24,14 +24,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
+        c1 | c
+        <<
+          {
+            c1 | d
+          }
           \new Staff {
             \once \override Staff.TimeSignature #'stencil = ##f
-            c1
+            c1 | b
           }
         >>
         c1