]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly
Guile-1.9 compatibility fixes.
[lilypond.git] / Documentation / snippets / adding-an-extra-staff-at-a-line-break.ly
index 41dce7003e5132600c4cb11cccba23d3352f8486..f6af56416e3ead60ca768ce555fbd7aac279e516 100644 (file)
@@ -1,20 +1,19 @@
-%% 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.12.2"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers, breaks"
 
-%% Translation of GIT committish: f39a9724d9f51ed9d0d464689ef62f549d7b8dd6
+%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
   texidoces = "
 Al añadir un pentagrama nuevo en un salto de línea, por desgracia
 se añade un espacio adicional al final de la línea antes del salto
 (reservado para hacer sitio a un cambio de armadura que de todas
 formas no se va a imprimir). La solución alternativa es añadir un
 ajuste para @code{Staff.explicitKeySignatureVisibility} como se
-muestra en el ejemplo.  En las versiones 2.10 y anteriores,
-también se necesita un ajuste similar para las indicaciones de
-compás (véase el ejemplo).
+muestra en el ejemplo.
 
 "
   doctitlees = "Añadir un pentagrama adicional en un salto de línea"
@@ -25,9 +24,6 @@ unfortunately added at the end of the line before the break (to fit in
 a key signature change, which  will never be printed anyway).  The
 workaround is to add a setting of
 @code{Staff.explicitKeySignatureVisibility} as is shown in the example.
-In versions 2.10 and earlier, a similar setting for the time signatures
-is also required (see the example).
-
 
 
 "
@@ -44,14 +40,12 @@ is also required (see the example).
          \key f \major
          \once \override Staff.TimeSignature #'stencil = ##f
          c1 | c
-       } 
+       }
     >>
     c1 | c^"Fixed here" \break
     << { c1 | c }
        \new Staff {
          \once \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
-         % The next line is not needed in 2.11.x or later:
-         \once \override Staff.TimeSignature #'break-visibility = #end-of-line-invisible
          \key f \major
          \once \override Staff.TimeSignature #'stencil = ##f
          c1 | c