]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/wordwrap.cc
release: 0.0.31
[lilypond.git] / src / wordwrap.cc
index 469d2d1d293205919a0ce4b9b9020c37a4c0083a..90d4d542dc7504ab23a8efa956d61c42cd210353 100644 (file)
@@ -2,13 +2,12 @@
 #include "pscore.hh"
 #include "debug.hh"
 
-/* el stupido. This should be done more accurately:
+/** el stupido. This should be done more accurately:
 
    It would be nice to have a Dynamic Programming type of algorithm
    similar to TeX's
    
     */
-
 Array<Col_hpositions>
 Word_wrap::solve()
 {
@@ -64,7 +63,8 @@ Word_wrap::solve()
            curcol ++;
            break_idx_i++;
        }
-       mtor << "Adding cols~, next breakpoint " << break_idx_i << '\n';
+
+       *mlog << "[" <<break_idx_i<<"]"<<flush;
        breaking.push(minimum);
     }