From: Nicolas Sceaux Date: Sat, 27 Nov 2004 09:43:38 +0000 (+0000) Subject: * lily/system.cc (get_line): s/penalty_/break_before_penalty_/ X-Git-Tag: release/2.5.14~488 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c3b500a39fcef26147f6612235bcbf438a0dbd1b;p=lilypond.git * lily/system.cc (get_line): s/penalty_/break_before_penalty_/ --- diff --git a/lily/system.cc b/lily/system.cc index 041a133a3f..7c3d287cca 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -423,7 +423,7 @@ System::get_line () Paper_system *pl = new Paper_system (sys_stencil, false); pl->staff_refpoints_ = staff_refpoints; Item * break_point =this->get_bound(LEFT); - pl->penalty_ = + pl->break_before_penalty_ = robust_scm2double (break_point->get_property ("page-penalty"), 0.0); return scm_gc_unprotect_object (pl->self_scm ());