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