]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-align.ly
patch::: 1.5.22.jcn1
[lilypond.git] / input / test / vertical-align.ly
1 \version "1.3.146"
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 }