]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-extent.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / vertical-extent.ly
1
2
3 \score {
4   \notes  <
5     \context Staff = upper {
6       \property Staff.StaffVerticalExtent = #'(-15.0 . 0.0)
7       \clef alto;
8       c1 \break c1 
9     }
10     \context Staff = lower {
11       \property Staff.StaffVerticalExtent = #'(-0.0 . 15.0)
12       \clef alto;
13       g1 \break g1 
14     }
15   >
16   \paper{
17     interscoreline = 13.0\mm;
18     interscorelinefill = 0;
19     \translator{\ScoreContext \remove "Bar_number_engraver";}
20     \translator{\StaffContext StaffMinimumVerticalExtent = #'(-2.0 . 2.0)}
21   }
22 }