From: Joe Neeman Date: Tue, 26 Jan 2010 20:36:18 +0000 (-0800) Subject: Remove the last vestiges of next-space. X-Git-Tag: release/2.13.12-1~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d18e768550a2b430bc6eeb76768fdd54e2a91e0d;p=lilypond.git Remove the last vestiges of next-space. --- diff --git a/lily/constrained-breaking.cc b/lily/constrained-breaking.cc index 67a8a052e3..0db98ccaaf 100644 --- a/lily/constrained-breaking.cc +++ b/lily/constrained-breaking.cc @@ -514,7 +514,7 @@ Line_details::Line_details (Prob *pb, Output_def *paper) force_ = 0; extent_ = unsmob_stencil (pb->get_property ("stencil")) ->extent (Y_AXIS); bottom_padding_ = 0; - space_ = robust_scm2double (pb->get_property ("next-space"), 1.0); + space_ = 0.0; inverse_hooke_ = 1.0; break_permission_ = ly_symbol2scm ("allow"); page_permission_ = pb->get_property ("page-break-permission");