]> git.donarmstrong.com Git - lilypond.git/commit
Fix a ragged-bottom/ragged-last-bottom corner case.
authorJoe Neeman <joeneeman@gmail.com>
Fri, 14 Nov 2008 19:40:03 +0000 (11:40 -0800)
committerJoe Neeman <joeneeman@gmail.com>
Fri, 14 Nov 2008 19:40:03 +0000 (11:40 -0800)
commite23b3a0ae90cd22ed684396c437435f2c0b5a773
treec56c24a255e9a16f9a8fe223ffeae9535785ff87
parent2734734ab89b8b4ce1aa2a0afca41a624b0fd2da
Fix a ragged-bottom/ragged-last-bottom corner case.

When using ragged spacing, we want to pretend that the last page
requires no force (so that we don't worsen the spacing of the
previous pages in order to fill the last page). The previous check
for this only worked if ragged-last-bottom = ##t, but not if
ragged-bottom = ##t and ragged-last-bottom ##f.
lily/optimal-page-breaking.cc
lily/page-spacing.cc