X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fvertical-extent.ly;h=1d8aa9d366a5d6bfc0de93f586ef3db987da6f92;hb=f75b03396be9bec91ece6c0fb1bffa6deb3bbd70;hp=a56738e0fa4cab4f30079dbc187fcdb863d5529d;hpb=f6928e1073441e07c2333623402e5e7c3fe982fa;p=lilypond.git diff --git a/input/test/vertical-extent.ly b/input/test/vertical-extent.ly index a56738e0fa..1d8aa9d366 100644 --- a/input/test/vertical-extent.ly +++ b/input/test/vertical-extent.ly @@ -1,5 +1,7 @@ \version "2.7.39" % TODO: huh? what's this file about? -gp +% This file shows that Staffs can get a very deep or high; there is a lot +% of room between the staffs. \header { texidoc = " Vertical extents may increased by setting @code{\override VerticalAxisGroup #'minimum-Y-extent}, @@ -10,14 +12,22 @@ Vertical extents may increased by setting @code{\override VerticalAxisGroup #'mi \score { << \new Staff { - \set Staff.VerticalAxisGroup = #'(-15.0 . 0.0) + \override Staff.VerticalAxisGroup #'Y-extent = #'(-15.0 . 0.0) + \clef alto + a1^"15-deep staff" + } + \new Staff { + \clef alto + b1 + } + \new Staff { \clef alto c1 } \new Staff { - \set Staff.VerticalAxisGroup = #'(-0.0 . 15.0) \clef alto - g1 + \override Staff.VerticalAxisGroup #'Y-extent = #'(-0.0 . 10.0) + d1^"10-high staff" } >> \layout{