]> git.donarmstrong.com Git - lilypond.git/blob - input/test/volta.fly
release: 1.1.60
[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 } } 
7 \repeat semi 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 semi 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 semi 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 semi 2 { g a b c }
17 \alternative { { c b a g a g a g} { f e d c \bar "|.";} }