[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3378 in lilypond: accounting problem in page break
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3378 in lilypond: accounting problem in page breaking |
Date: |
Sun, 26 May 2013 01:04:36 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 3378 by address@hidden: 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
- [Lilypond-auto] Issue 3378 in lilypond: accounting problem in page breaking,
lilypond <=