From ebed9b7c92de73e67ce48b511673ab7cd1e9de08 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Fri, 1 Dec 2006 17:17:53 +0200 Subject: [PATCH] for page breaking purposes, use page-breaking-between-system-padding iso between-system-padding --- 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 40d4c1177f..52ed127306 100644 --- a/lily/constrained-breaking.cc +++ b/lily/constrained-breaking.cc @@ -322,7 +322,7 @@ Constrained_breaking::initialize () Output_def *l = pscore_->layout (); System *sys = pscore_->root_system (); - Real padding = robust_scm2double (l->c_variable ("between-system-padding"), 0); + Real padding = robust_scm2double (l->c_variable ("page-breaking-between-system-padding"), 0); Real space = robust_scm2double (l->c_variable ("ideal-system-space"), 0); Interval first_line = line_dimensions_int (pscore_->layout (), 0); -- 2.39.5