diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
commit | f22c889b1389cb7d761580762fe77973780f2f86 (patch) | |
tree | d325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/shortening-volta-brackets.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/shortening-volta-brackets.ly')
-rw-r--r-- | Documentation/snippets/shortening-volta-brackets.ly | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Documentation/snippets/shortening-volta-brackets.ly b/Documentation/snippets/shortening-volta-brackets.ly index 7dc6ac4c27..721209eb0f 100644 --- a/Documentation/snippets/shortening-volta-brackets.ly +++ b/Documentation/snippets/shortening-volta-brackets.ly @@ -9,38 +9,6 @@ \header { lsrtags = "repeats" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -De forma predeterminada, los corchetes de primera y segunda vez se -trazan encima de los finales alternativos completos, pero es posible -acortartlos estableciendo un valor cierto para -@code{voltaSpannerDuration}. En el ejemplo siguiente, el corchete -sólo dura un compás, que corresponde a una duración de 3/4. - -" - doctitlees = "Acortar los corchetes de primera y segunda vez" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Volta-Klammern werden normalerweise über alle Noten der Klammer gezogen, aber -es ist möglich sie zu verkürzen. Hierzu muss -@code{voltaSpannerDuration} definiert werden, in dem Beispiel etwa als -3/4, sodass die Klammer nur einen Takt dauert. - -" - doctitlede = "Volta-Klammern verkürzen" - -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les crochets indiquant les fins alternatives s'étalent tout au long de -celles-ci. On peut les raccourcir en jouant sur la propriété -@code{voltaSpannerDuration}. Dans l'exemple suivant, le crochet ne se -prolonge que sur une mesure à 3/4. - -" - doctitlefr = "Diminution de la taille du crochet d'alternative" - texidoc = " By default, the volta brackets will be drawn over all of the alternative music, but it is possible to shorten them by setting @@ -65,4 +33,3 @@ lasts one measure, which is a duration of 3/4. { g4 g g } } } - |