]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-align.ly
release: 1.1.43
[lilypond.git] / input / test / vertical-align.ly
1
2 \version "1.0.19";
3
4 \score {
5 \notes <
6         \context 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 }