]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-volta-skip-alternatives.ly
Doc-es: various updates.
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
1 \version "2.19.21"
2 \header {
3
4     texidoc = "When too few alternatives are present, the first
5 alternative is repeated, by printing a range for the 1st repeat."
6
7 }
8
9 \paper { ragged-right = ##t } 
10
11
12 \relative \context Voice {
13   \repeat volta 3 c''1
14     \alternative { d f } e4
15
16