From c3b500a39fcef26147f6612235bcbf438a0dbd1b Mon Sep 17 00:00:00 2001 From: Nicolas Sceaux Date: Sat, 27 Nov 2004 09:43:38 +0000 Subject: [PATCH] * lily/system.cc (get_line): s/penalty_/break_before_penalty_/ --- lily/system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()); -- 2.39.5