]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-align.ly
0df66e2fd6d8cd88e053ae0fe94356dd656f63a7
[lilypond.git] / input / test / vertical-align.ly
1
2 \version "1.0.14";
3
4 \score {
5 \notes <
6         \type GrandStaff < {
7            \property GrandStaff . maxVerticalAlign = "60."
8            \property GrandStaff . minVerticalAlign = "35."
9
10            c'1 \break  c'''''1 
11         }
12             { c'1 \break c,,,,1}
13         >
14
15 >
16
17 \paper{}
18
19 }