]> git.donarmstrong.com Git - lilypond.git/blob - input/test/volta.fly
d761f5b389f924a3003438cc9c863b25a655883a
[lilypond.git] / input / test / volta.fly
1 % Test of prima/secunda volta brackets in conjunction with 
2 % line breaks and special bars.
3
4 c' d e f |
5 \repeat "volta" 2 { g a b c }
6 \alternative { { c b a g a g a g} { f e d c } } 
7 \repeat "volta" 2 { g a b c }
8 \alternative { { c b a g \break a g a g} { f e d c } } 
9 c' d e f |
10 \repeat "volta" 2 { g a b c }
11 \alternative { { c b a g \break a g a g \break a b a b } { f e d c } }
12 c' d e f |
13 \repeat "volta" 2 { g a b c }
14 \alternative { { c b a g } { f e d c \break a g a g} }
15 c' d e f |
16 \repeat "volta" 2 { g a b c }
17 \alternative { { c b a g a g a g} { f e d c \bar "|.";} }