]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/system.cc (get_line): s/penalty_/break_before_penalty_/
authorNicolas Sceaux <nicolas.sceaux@free.fr>
Sat, 27 Nov 2004 09:43:38 +0000 (09:43 +0000)
committerNicolas Sceaux <nicolas.sceaux@free.fr>
Sat, 27 Nov 2004 09:43:38 +0000 (09:43 +0000)
lily/system.cc

index 041a133a3fb7a22ca29f8a0b6975ae1648ad5bde..7c3d287cca814efa5b7f762452f580249c5bff96 100644 (file)
@@ -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 ());