]> git.donarmstrong.com Git - lilypond.git/commit
Fix min_page_count in page-turn-breaking.
authorJoe Neeman <joeneeman@gmail.com>
Tue, 26 Oct 2010 00:21:00 +0000 (17:21 -0700)
committerJoe Neeman <joeneeman@gmail.com>
Fri, 5 Nov 2010 22:12:17 +0000 (15:12 -0700)
commitee5919c085b841bae3f4f323a5007321f660f47c
tree5762fce5c74a3ae7e444cc296f3362df4f619b14
parentb5c2ba0cc01c8edf1d5fb25968ca7345b174957c
Fix min_page_count in page-turn-breaking.

When the page-turn-breaker is running, the page breaking
routines can be called on subsets of the book. Ensure that
the special handling for the last page is only invoked for
the last page of a book, not just the last page of a subset.
lily/page-breaking.cc