]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.3
authorfred <fred>
Thu, 10 Oct 1996 20:07:27 +0000 (20:07 +0000)
committerfred <fred>
Thu, 10 Oct 1996 20:07:27 +0000 (20:07 +0000)
break.cc

index 0647d5f3e20c27b24e02b6e3dce99d17b4a124a7..9eb55cc9f78f6f269c6141213731803753b21454 100644 (file)
--- a/break.cc
+++ b/break.cc
@@ -13,7 +13,7 @@ svec<Real>
 PScore::solve_line(svec<const PCol *> curline) const
 {
    Spacing_problem sp;
-   //   mtor << "line of " << curline.sz() << " cols\n";
+   mtor << "line of " << curline.sz() << " cols\n";
    sp.add_column(curline[0], true, 0.0);
    for (int i=1; i< curline.sz()-1; i++)
        sp.add_column(curline[i]);