release commit
[lilypond.git] / input / test / vertical-extent.ly
blob67e0a9b6536bece6319dcf48a3144b866eba860d
1 \version "2.1.7"
2 % TODO: huh? what's this file about? -gp
4 \header { texidoc = "
5 Vertical extents may be overriden by
6 minimumVerticalExtent, extraVerticalExtent, and verticalExtent. These are
7 normal property values, and are written into the grob when the
8 associated context finishes, so using it in \property works.
9 " }
11 \score {
12 \notes <<
13 \new Staff {
14 \property Staff.verticalExtent = #'(-15.0 . 0.0)
15 \clef alto
18 \new Staff {
19 \property Staff.verticalExtent = #'(-0.0 . 15.0)
20 \clef alto
24 \paper{
25 raggedright = ##t