]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-align.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / vertical-align.ly
1 \version "1.7.18"
2 \header{texidoc = "REGRESSION or DELETE. "}
3
4 \score {
5 \notes <
6         \context GrandStaff < {
7            c'1 \break  c'''''1 
8         }
9             { c'1 \break c,,,,1}
10         >
11
12 >
13
14 \paper{
15   \translator{\StaffContext
16     VerticalAlignment \override #'threshold = #'(7 . 12)
17   }
18 }
19
20 }
21 %% new-chords-done %%