]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/spacing/changing-vertical-extents.ly
LSR: add new files.
[lilypond.git] / input / lsr / spacing / changing-vertical-extents.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 Vertical extents may increased by setting @code{minimumVerticalExtent},
6  @code{extraVerticalExtent}, and @code{verticalExtent}. In this
7 example, @code{verticalExtent} is increased.
8
9
10 " }
11
12 \score {
13     <<
14     \new Staff {
15       \set Staff.verticalExtent = #'(-15.0 . 0.0)
16       \clef alto
17       c1
18     }
19     \new Staff {
20       \set Staff.verticalExtent = #'(-0.0 . 15.0)
21       \clef alto
22       g1
23     }
24   >>
25  
26 }
27
28