From d00ade486e7407b3972f7615e467789ca5036050 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:56:28 +0000 Subject: [PATCH] lilypond-0.1.14 --- lily/p-col.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5