Updates:
Labels: -Patch-review Patch-needs_work
Comment #22 on issue 1290 by [email protected]: Skyline compaction is going
overboard sometimes
http://code.google.com/p/lilypond/issues/detail?id=1290
Although in two reg tests I get warnings:
-snip--
input/regression/page-breaking-min-systems-per-page2.log
@@ -5,7 +5,7 @@
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
-warning: cannot fit music on page: overflow is 87.687723
+warning: cannot fit music on page: overflow is 90.685695
warning: compressing music to fit
Writing header field `texidoc' to
`/tmp/build-lilypond-autobuild/out/lybook-testdb/94/lily-32d78681.texidoc'...
Layout output to
`/tmp/build-lilypond-autobuild/out/lybook-testdb/94/lily-32d78681.eps'...
--snip--
and
--snip--
input/regression/page-breaking-page-count3.log
@@ -12,7 +12,7 @@
programming error: tried to space systems on a bad number of pages
continuing, cross fingers
Drawing systems...
-warning: cannot fit music on page: overflow is 4.527723
+warning: cannot fit music on page: overflow is 5.901885
warning: compressing music to fit
Writing header field `texidoc' to
`/tmp/build-lilypond-autobuild/out/lybook-testdb/15/lily-7dccbf09.texidoc'...
Layout output to
`/tmp/build-lilypond-autobuild/out/lybook-testdb/15/lily-7dccbf09.eps'..
--snip--
Oh sorry I didn't notice the 'programming error' I guess this needs work
still.