]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-volta-brackets-to-additional-staves.ly
Merge branch 'translation' into staging
[lilypond.git] / Documentation / snippets / adding-volta-brackets-to-additional-staves.ly
index f46e49567648a2d8f22c0e9b29a9a50a8e728b15..60ee58258cfa25915329de84f50afaeb79574fd6 100644 (file)
@@ -1,12 +1,15 @@
-%% 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.20"
+\version "2.14.2"
 
 \header {
   lsrtags = "repeats"
 
-%% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 El grabador @code{Volta_engraver} reside de forma predeterminada
 dentro del contexto de @code{Score}, y los corchetes de la repetición
@@ -30,10 +33,10 @@ das \"Volta multi staff\"-Schnipsel.
 "
   doctitlede = "Volta-Klammern zu zusätzlichen Systemen hinzufügen"
 
-%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   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
+@code{Score}@tie{}; 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.
@@ -53,6 +56,7 @@ should appear; see also the @qq{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' } }