]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/shortening-volta-brackets.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / shortening-volta-brackets.ly
index 57bcc34e16cc20d2d92f9b2b9867021b2ad8e3b2..f1aa919411a09b60ce6a5035a0e5fa6c4eabcc7a 100644 (file)
@@ -1,33 +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.4"
+\version "2.18.0"
 
 \header {
   lsrtags = "repeats"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  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 = "Shortening volta brackets"
-
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  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"
-
   texidoc = "
 By default, the volta brackets will be drawn over all of the
 alternative music, but it is possible to shorten them by setting
@@ -41,7 +22,7 @@ lasts one measure, which is a duration of 3/4.
 \relative c'' {
   \time 3/4
   c4 c c
-  \set Score.voltaSpannerDuration = #(ly:make-moment 3 4)
+  \set Score.voltaSpannerDuration = #(ly:make-moment 3/4)
   \repeat volta 5 { d4 d d }
   \alternative {
     {
@@ -51,4 +32,3 @@ lasts one measure, which is a duration of 3/4.
     { g4 g g }
   }
 }
-