From: Keith OHara Date: Wed, 13 Nov 2013 21:47:28 +0000 (-0800) Subject: page-breaking: keep the degree of stretching in Line_details; issue 3341 X-Git-Tag: release/2.18.1-1~37 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9658a9f294603f4918bef6a76441f1f38ed73511;p=lilypond.git page-breaking: keep the degree of stretching in Line_details; issue 3341 The prioritization of cache_line_details() needs this information to recognize the best configurations. --- diff --git a/lily/page-breaking.cc b/lily/page-breaking.cc index 9a6f8f40f2..c4ca97f726 100644 --- a/lily/page-breaking.cc +++ b/lily/page-breaking.cc @@ -195,7 +195,6 @@ compress_lines (const vector &orig) else { ret.push_back (orig[i]); - ret.back ().force_ = 0; } } return ret;