]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-volta-brackets-to-additional-staves.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / adding-volta-brackets-to-additional-staves.ly
index 4cce7ec651ff6af9ecce73d9559ab6305e7a4d74..23beb03d49a5d3db0216eb6164705cefd8823a03 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.55"
+\version "2.13.1"
 
 \header {
   lsrtags = "repeats"
@@ -16,6 +16,17 @@ también el fragmento de código \"Volta multi staff\".
 "
   doctitlees = "Añadir corchetes de primera y segunda vez a más pentagramas"
 
+%% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>
+  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"
+
   texidoc = "
 The @code{Volta_engraver} by default resides in the @code{Score}
 context, and brackets for the repeat are thus normally only printed
@@ -26,6 +37,7 @@ should appear; see also the \"Volta multi staff\" snippet.
 "
   doctitle = "Adding volta brackets to additional staves"
 } % begin verbatim
+
 <<
   \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
   \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }