From: fred Date: Sun, 24 Mar 2002 19:56:28 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3961 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d00ade486e7407b3972f7615e467789ca5036050;p=lilypond.git lilypond-0.1.14 --- diff --git a/lily/p-col.cc b/lily/p-col.cc index 715adecd83..06fae0d37f 100644 --- a/lily/p-col.cc +++ b/lily/p-col.cc @@ -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 }