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.
9 By default, the volta brackets will be drawn over all of the
10 alternative music, but it is possible to shorten them by setting
11 @code{voltaSpannerDuration}. In the next example, the bracket only
12 lasts one measure, which is a duration of 3/4.
15 doctitle = "Shortening volta brackets"
20 \set Score.voltaSpannerDuration = #(ly:make-moment 3 4)
21 \repeat volta 5 { d4 d d }