X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fadding-volta-brackets-to-additional-staves.ly;h=3934b542f744450b7dfa3d4c2b19bdf80e0373f5;hb=63309b4631701409b02abb29596325312ba84be6;hp=45c0ce03dd132e2372e6796afc8736197819341c;hpb=90fbf91f6169ddb2f07a1d95d132babf33934620;p=lilypond.git diff --git a/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly b/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly index 45c0ce03dd..3934b542f7 100644 --- a/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly +++ b/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly @@ -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.10" +\version "2.12.2" \header { lsrtags = "repeats" -%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f +%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345 texidoces = " El grabador @code{Volta_engraver} reside de forma predeterminada dentro del contexto de @code{Score}, y los corchetes de la repetición @@ -18,7 +21,8 @@ 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 + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Der @code{Volta_engraver} befindet sich im @code{Score}-Kontext und Klammern werden deshalb nur auf dem obersten System dargestellt. Das kann umgangen @@ -28,13 +32,14 @@ das \"Volta multi staff\"-Schnipsel. " doctitlede = "Volta-Klammern zu zusätzlichen Systemen hinzufügen" -%% Translation of GIT committish: e98b2d804c2a136edfa28adc894bb584f676c884 + +%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e 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. +doivent comporter ces crochets. " doctitlefr = "Ajout du crochet de reprise à d'autres portées"