From d18e768550a2b430bc6eeb76768fdd54e2a91e0d Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Tue, 26 Jan 2010 12:36:18 -0800 Subject: [PATCH] Remove the last vestiges of next-space. --- lily/constrained-breaking.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2