]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-align.ly
update syntax in .ly files.
[lilypond.git] / input / test / vertical-align.ly
1 \version "1.7.6"
2
3
4
5 \score {
6 \notes <
7         \context GrandStaff < {
8            c'1 \break  c'''''1 
9         }
10             { c'1 \break c,,,,1}
11         >
12
13 >
14
15 \paper{
16   \translator{\StaffContext
17     VerticalAlignment \override #'threshold = #'(7 . 12)
18   }
19 }
20
21 }
22 %% new-chords-done %%