Issue 312: minimum-Y-extent is ignored in vertical spacing
http://code.google.com/p/lilypond/issues/detail?id=312
New issue report by joeneeman:
\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
}
Issue attributes:
Status: Fixed
Owner: joeneeman
Labels: Type-Defect Priority-Medium fixed_2_11_20
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond