]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove the last vestiges of next-space.
authorJoe Neeman <joeneeman@gmail.com>
Tue, 26 Jan 2010 20:36:18 +0000 (12:36 -0800)
committerJoe Neeman <joeneeman@gmail.com>
Tue, 26 Jan 2010 20:37:09 +0000 (12:37 -0800)
lily/constrained-breaking.cc

index 67a8a052e3aef18d9cfdc692b1d412b3615a885d..0db98ccaafb90d2efb779f4f10002656400f584f 100644 (file)
@@ -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");