From 3d21e90efdec309183c84b4a2972b5e0c98d1ced Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:32:11 +0000 Subject: [PATCH] lilypond-0.0.32 --- src/wordwrap.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.5