]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.14
authorfred <fred>
Sun, 24 Mar 2002 19:56:28 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:28 +0000 (19:56 +0000)
lily/p-col.cc

index 715adecd83122c555615721e43cfce11ad90658c..06fae0d37fb468d15f2e512400f58f651a62f024 100644 (file)
@@ -47,7 +47,7 @@ Paper_column::do_print() const
       DOUT <<'\n' << ((break_status_i_ == -1)? "prebreak" : "postbreak");
       DOUT << '\n';
     }
-  DOUT << "extent: " << width().str () << "\n";
+  // DOUT << "extent: " << width().str () << "\n";
 #endif 
 }