Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 3378 by [email protected]: accounting problem in page breaking
http://code.google.com/p/lilypond/issues/detail?id=3378
From
<http://lists.gnu.org/archive/html/lilypond-devel/2013-05/msg00109.html>
The code Page_breaking::compute_line_heights(), which estimates the size of
markup for planning how much can go on a page, was not written with
negative extents in mind.
The following puts the four lines closely-space don the first page, but the
last line "D" onto the second page:
\markup \with-dimensions #'(0 . 0) #'(0 . -190) "X"
\markup A
\markup B
\markup C
\markup D
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings