]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3375: Fix accounting problem in page breaking
authorDavid Kastrup <dak@gnu.org>
Thu, 23 May 2013 20:03:10 +0000 (22:03 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 24 May 2013 14:03:36 +0000 (16:03 +0200)
commitdcace4c82a3d5dfa679a3331128c98febbec925c
tree4fdea538791c98f062ec29fe7d81eaae1704cc5d
parentd44afb16d1ce3ce899303a97895048b63e1226df
Issue 3375: Fix accounting problem in page breaking

The code

\markup \stencil #(ly:make-stencil '() empty-interval empty-interval)
\markup *
\markup *
\markup *
\markup *

distributed itself across 5 pages because page accounting was thrown
off by empty intervals.  While the effects were smaller (and did not
propagate to the next page) with the less radically empty intervals
employed as extents of empty-stencil, they were still present.
lily/constrained-breaking.cc