Status: started
Owner: ----
Labels: Type-Critical Regression Patch-review
New issue 2486 by [email protected]: beamed rests overestimate
system-height
http://code.google.com/p/lilypond/issues/detail?id=2486
The fix for issue 2468 caused the page-breaker to overestimate system
heights. For example, this is spread across two pages:
{\repeat unfold 17 {b'8[ r] r2. }}
\paper {ragged-right = ##t }
An amended fix for issue 2468, still fixing that issue, is at
<http://codereview.appspot.com/6035053/>
and it gives clean regression tests.