X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpage-spacing.cc;h=78ad9a842a6561e2df7c02438b5089ab52ee57ab;hb=f68991986ca3298af5275c7db043ed4b075d45d5;hp=19129b3c175a0024dc157aebdcee31b8034e52a7;hpb=5003ea937ca2d718fbbfb8479457d6b68f10f122;p=lilypond.git diff --git a/lily/page-spacing.cc b/lily/page-spacing.cc index 19129b3c17..78ad9a842a 100644 --- a/lily/page-spacing.cc +++ b/lily/page-spacing.cc @@ -204,7 +204,7 @@ Page_spacer::calc_subproblem (vsize page, vsize line) if (page > 0 || page_start == 0) { - if (line == lines_.size () - 1 && ragged_last_ && space.force_ > 0) + if (line == lines_.size () - 1 && ragged && last && space.force_ > 0) space.force_ = 0; /* we may have to deal with single lines that are taller than a page */