X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-an-extra-staff.ly;h=0686fad1d76b31bd11db20d5a8e6a8c961c5185b;hb=bba94aee34874aa0e08d936267e0d8edba806f6b;hp=ea62fe5f0fd8a2e02431932fec3c5913091e0c56;hpb=794dcbdb52faf4292036cd1b0270a956cf4316a3;p=lilypond.git diff --git a/Documentation/snippets/adding-an-extra-staff.ly b/Documentation/snippets/adding-an-extra-staff.ly index ea62fe5f0f..0686fad1d7 100644 --- a/Documentation/snippets/adding-an-extra-staff.ly +++ b/Documentation/snippets/adding-an-extra-staff.ly @@ -1,11 +1,12 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% 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.1" +\version "2.13.10" \header { lsrtags = "staff-notation, contexts-and-engravers" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5 texidoces = " Se puede añadir (posiblemente de forma temporal) un pentagrama nuevo una vez que la pieza ha comenzado. @@ -15,7 +16,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" @@ -27,7 +28,8 @@ piece. \new StaffGroup \relative c'' { \new Staff { c1 | c << - c1 \new Staff { + c1 + \new Staff { \once \override Staff.TimeSignature #'stencil = ##f c1 }