]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / adding-an-extra-staff-at-a-line-break.ly
index c6d59e5292553791d51c5e71795f0bed86a39f38..f793d38bf40792ad89877c8356ea1e24236e8898 100644 (file)
@@ -1,21 +1,22 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers, breaks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   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"