From: fred Date: Sat, 19 Oct 1996 15:15:19 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7060 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b6aef51d82659225f0c1d323b72a1177af2af3da;p=lilypond.git lilypond-0.0.4 --- 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);