]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-volta-brackets-to-additional-staves.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / adding-volta-brackets-to-additional-staves.ly
index a734f24c3499433edca2f46c660de1e0aaba3229..1826ea194d20cb94ae0441747c40dc23c060d6a4 100644 (file)
@@ -1,47 +1,14 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.16"
+\version "2.18.0"
 
 \header {
   lsrtags = "repeats"
 
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
-  texidoces = "
-El grabador @code{Volta_engraver} reside de forma predeterminada
-dentro del contexto de @code{Score}, y los corchetes de la repetición
-se imprimen así normalmente sólo encima del pentagrama superior.  Esto
-se puede ajustar añadiendo el grabador @code{Volta_engraver} al
-contexto de @code{Staff} en que deban aparecer los corchetes; véase
-también el fragmento de código @qq{Volta multi staff}.
-
-"
-  doctitlees = "Añadir corchetes de primera y segunda vez a más pentagramas"
-
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Der @code{Volta_engraver} befindet sich im @code{Score}-Kontext und Klammern
-werden deshalb nur auf dem obersten System dargestellt.  Das kann umgangen
-werden, indem man den @code{Volta_engraver} zu dem @code{Staff}-Kontext
-hinzufügt, in dem die Klammern zusätzlichen vorkommen sollen.  Siehe auch
-das \"Volta multi staff\"-Schnipsel.
-
-"
-  doctitlede = "Volta-Klammern zu zusätzlichen Systemen hinzufügen"
-
-%% Translation of GIT committish: e98b2d804c2a136edfa28adc894bb584f676c884
-  texidocfr = "
-D'ordinaire, le graveur @code{Volta_engraver} réside dans le contexte
-@code{Score} ; les crochets précédant une reprise s'impriment donc
-seulement au-dessus de la portée du haut.  On peut ajuster cela en
-déplaçant ce graveur vers les contextes de portée (@code{Staff}) qui
-doivent comporter ces crochets. 
-
-"
-  doctitlefr = "Ajout du crochet de reprise à d'autres portées"
-
-
   texidoc = "
 The @code{Volta_engraver} by default resides in the @code{Score}
 context, and brackets for the repeat are thus normally only printed
@@ -59,4 +26,3 @@ should appear; see also the @qq{Volta multi staff} snippet.
   \new Staff \with { \consists "Volta_engraver" } { c'2 g' e' a' }
   \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
 >>
-