Issue 496: page-splitting calculation needs work
http://code.google.com/p/lilypond/issues/detail?id=496
Comment #1 by joeneeman:
This is caused by the fact that the height-estimation procedures
over-estimate the
height of each system (as can be seen by adding annotate-spacing = ##t
to the paper
block). Over-estimation is difficult to avoid in this situation because the
height-estimation does not take skylines into account but without
skylines there
needs to be much more vertical space (look how the lyrics are on the
same level as
the top of the following clef).
By the way, the example will break in 2.11.35 because minimum-Y-extent
was added
back into the Staff context -- therefore the example will need 2 pages.
This can be
fixed by adding
\layout {
\context {
\Staff
\override VerticalAxisGroup #'minimum-Y-extent = ##f
}
}
--
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