From b6aef51d82659225f0c1d323b72a1177af2af3da Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 19 Oct 1996 15:15:19 +0000 Subject: [PATCH] lilypond-0.0.4 --- break.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/break.cc b/break.cc index 9eb55cc9f7..e705c546cf 100644 --- a/break.cc +++ b/break.cc @@ -29,12 +29,12 @@ PScore::solve_line(svec curline) const void -PScore::problem_OK() +PScore::problem_OK() const { if (!cols.size()) error("PScore::problem_OK(): Score does not have any columns"); PCursor start(cols); - PCursor end (cols.bottom()); + PCursor end (((PScore*)this)->cols.bottom()); assert(start->breakable); assert(end->breakable); @@ -67,6 +67,7 @@ struct Col_configuration { void PScore::calc_breaking() { + OK(); problem_OK(); PCursor curcol(cols); -- 2.39.5