[This is git 52c3eafc2f58157f678fca96328920a832c430eb, 2007-02-19 16:14:13]


\version "2.11.19"

\header { texidoc = "
  The new vertical layout algorithm must obey @code{minimum-Y-extent}
of the @code{VerticalAxisGroup}.
Here is a counterexample, where the additional vertical space on a
page is applied below the staves instead of inbetween.  This is a
very serious bug.
" }

foo = \relative c'' {
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(0 . 20)
  \repeat "unfold" 60 c1
}

bar = \relative c'' {
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-20 . 0)
  \repeat "unfold" 60 c1
}

<<
  \new Staff \foo
  \new Staff \bar
>>

\paper {
  ragged-bottom = ##t
  ragged-last-bottom = ##t
}

% EOF

PNG image

PNG image

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to