Markup command name changes.
[lilypond.git] / input / lsr / adding-an-extra-staff.ly
blob8eeb59ca3004ce827946e16c3738caaeb59e786b
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.57"
5 \header {
6 lsrtags = "staff-notation, contexts-and-engravers"
8 texidoces = "
9 Se puede añadir (posiblemente de forma temporal) un pentagrama
10 nuevo una vez que la pieza ha comenzado.
13 doctitlees = "Añadir un pentagrama nuevo"
15 texidoc = "
16 An extra staff can be added (possibly temporarily) after the start of a
17 piece.
20 doctitle = "Adding an extra staff"
21 } % begin verbatim
22 \score {
24 \new Staff \relative c'' { c1 c c c c }
25 \new StaffGroup \relative c'' {
26 \new Staff {
27 c1 c
28 << c1 \new Staff { \once \override Staff.TimeSignature #'stencil = ##f c1 } >>