Update .ly files.
[lilypond.git] / input / lsr / shortening-volta-brackets.ly
blob0c61ebeedb97a1ee9638fbed73c7521a763a4257
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.0"
5 \header {
6 lsrtags = "repeats"
8 texidoces = "
9 De forma predeterminada, los corchetes de primera y segunda vez se
10 trazan encima de los finales alternativos completos, pero es posible
11 acortartlos estableciendo un valor cierto para
12 @code{voltaSpannerDuration}. En el ejemplo siguiente, el corchete
13 sólo dura un compás, que corresponde a una duración de 3/4.
16 doctitlees = "Shortening volta brackets"
18 texidoc = "
19 By default, the volta brackets will be drawn over all of the
20 alternative music, but it is possible to shorten them by setting
21 @code{voltaSpannerDuration}. In the next example, the bracket only
22 lasts one measure, which is a duration of 3/4.
25 doctitle = "Shortening volta brackets"
26 } % begin verbatim
28 \relative c'' {
29 \time 3/4
30 c4 c c
31 \set Score.voltaSpannerDuration = #(ly:make-moment 3 4)
32 \repeat volta 5 { d4 d d }
33 \alternative {
35 e4 e e
36 f4 f f
38 { g4 g g }