]> git.donarmstrong.com Git - lilypond.git/blob - input/test/vertical-extent.ly
patch::: 1.3.88.mb1: Re: Page fill
[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 = "3.0mm";
17
18 %    % Alternative to fill the pages with evenly distributed score lines:
19 %    interscoreline = "3.0mm plus 1fill";
20
21     \translator{\ScoreContext \remove "Bar_number_engraver";}
22     \translator{\StaffContext StaffMinimumVerticalExtent = #'(-2.0 . 2.0)}
23   }
24 }