X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-an-extra-staff.ly;h=f289584576dddc4d5b111ba38e9449e7f87bbc97;hb=2b505d356bf5bd207ed5d2edcc76c26934e4314f;hp=ff9d5a2777381b3d23f116c15cd462119e274ed3;hpb=fde2e58d53e937105be9ce3b0bfaced28062822e;p=lilypond.git diff --git a/input/lsr/adding-an-extra-staff.ly b/input/lsr/adding-an-extra-staff.ly index ff9d5a2777..f289584576 100644 --- a/input/lsr/adding-an-extra-staff.ly +++ b/input/lsr/adding-an-extra-staff.ly @@ -1,34 +1,34 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.12.0" \header { lsrtags = "staff-notation, contexts-and-engravers" - texidoc = " -You can add (possibly temporarily) an extra staff after the beginning -of a piece. -" } -% begin verbatim -\score { - << - \new Staff \relative c''{ c1 c c c c } - \new StaffGroup \relative c''{ - \new Staff - c1 c - << c1 \new Staff { c1 } >> - c - } - >> - \layout { - - \context{ - \Score - - } - } -} + texidoces = " +Se puede añadir (posiblemente de forma temporal) un pentagrama +nuevo una vez que la pieza ha comenzado. +" + doctitlees = "Añadir un pentagrama nuevo" + texidoc = " +An extra staff can be added (possibly temporarily) after the start of a +piece. +" + doctitle = "Adding an extra staff" +} % begin verbatim +\score { + << + \new Staff \relative c'' { c1 c c c c } + \new StaffGroup \relative c'' { + \new Staff { + c1 c + << c1 \new Staff { \once \override Staff.TimeSignature #'stencil = ##f c1 } >> + c + } + } + >> +}