From 74fd1edef4faead23746dcc833e3ecf467dde027 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:50:18 +0000 Subject: [PATCH] lilypond-0.1.1 --- lily/lookup.cc | 2 ++ lily/music.cc | 2 ++ 2 files changed, 4 insertions(+) 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 << "`" <