From: fred Date: Sun, 24 Mar 2002 19:50:18 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4322 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=74fd1edef4faead23746dcc833e3ecf467dde027;p=lilypond.git lilypond-0.1.1 --- diff --git a/lily/lookup.cc b/lily/lookup.cc index 9a0c8c7093..6bc298e147 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -47,9 +47,11 @@ Lookup::add(String s, Symtable*p) void Lookup::print()const { + #ifndef NPRINT mtor << "Lookup: " << texsetting << " {\n"; symtables_->print(); mtor << "}\n"; + #endif } Symbol diff --git a/lily/music.cc b/lily/music.cc index 4949e2737b..7bc52fcd42 100644 --- a/lily/music.cc +++ b/lily/music.cc @@ -21,6 +21,8 @@ void Music::print()const { #ifndef NPRINT + if ( ! check_debug) + return ; mtor << name() << "{"; if (type_str_!="" || id_str_!="") mtor << "`" <