[ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
[ < Setting the double repeat default for volte ] | [ Up : Repeats ] | [ Volta below chords > ] |
Shortening volta brackets
By default, the volta brackets will be drawn over all of the
alternative music, but it is possible to shorten them by setting
voltaSpannerDuration
. In the next example, the bracket only
lasts one measure, which is a duration of 3/4.
\relative c'' { \time 3/4 c4 c c \set Score.voltaSpannerDuration = \musicLength 2. \repeat volta 5 { d4 d d \alternative { \volta 1,2,3,4 { e4 e e f4 f f } \volta 5 { g4 g g } } } }
[ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
[ < Setting the double repeat default for volte ] | [ Up : Repeats ] | [ Volta below chords > ] |