X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpage-spacing.cc;h=97ff0e45d1c606ce61ebed8324ce78d31d0d7383;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=19129b3c175a0024dc157aebdcee31b8034e52a7;hpb=aff44da3b100c3b28355a03a7c0431b48828698c;p=lilypond.git diff --git a/lily/page-spacing.cc b/lily/page-spacing.cc index 19129b3c17..97ff0e45d1 100644 --- a/lily/page-spacing.cc +++ b/lily/page-spacing.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Joe Neeman + (c) 2006--2008 Joe Neeman */ #include "page-spacing.hh" @@ -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 */