From d87ee4f73d9dd9895c89839d242ebe4c9d01b6eb Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 17 Feb 1997 19:38:12 +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.11.4.GIT