]> git.donarmstrong.com Git - lilypond.git/blob - input/test/volta.fly
release: 1.1.56
[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 semi 2 { g a b c }
6 \alternative { { c b a g a g a g} { f e d c } } \break
7 c, d e f |  % Assertion failure if this line is removed!!
8 \repeat semi 2 { g a b c }
9 \alternative { { c b a g \break a g a g} { f e d c } } \break
10 c, d e f |
11 \repeat semi 2 { g a b c }
12 \alternative { { c b a g \break a g a g \break a b a b } { f e d c } } \break
13 c, d e f |
14 \repeat semi 2 { g a b c }
15 \alternative { { c b a g } { f e d c \break a g a g} } \break
16 c, d e f |
17 \repeat semi 2 { g a b c }
18 \alternative { { c b a g a g a g} { f e d c \bar "|.";} }