From: fred Date: Sun, 24 Mar 2002 19:32:11 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5365 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d21e90efdec309183c84b4a2972b5e0c98d1ced;p=lilypond.git lilypond-0.0.32 --- diff --git a/src/wordwrap.cc b/src/wordwrap.cc index 90d4d542dc..f217a63b08 100644 --- a/src/wordwrap.cc +++ b/src/wordwrap.cc @@ -40,7 +40,8 @@ Word_wrap::solve() // try to solve if (!feasible(current.cols)) { if (!minimum.cols.size()) - error("sorry, this measure is too long"); + error("sorry, this measure is too long, breakpoint: " + + String(break_idx_i) ); current.energy = INFTY; // make sure we go back } else { current = solve_line(current.cols);