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