]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:32:11 +0000 (19:32 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:32:11 +0000 (19:32 +0000)
src/wordwrap.cc

index 90d4d542dc7504ab23a8efa956d61c42cd210353..f217a63b0812da110e012f18fa3615e7d6b23bd3 100644 (file)
@@ -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);