]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:52:37 +0000 (19:52 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:52:37 +0000 (19:52 +0000)
lily/engraver-group.cc
lily/performer-group-performer.cc

index a1a77d7da1e604ef930d28494e5d169081d414f6..672c8f2e5f33d760bb314217484b2df1650c98d2 100644 (file)
@@ -174,6 +174,8 @@ void
 Engraver_group_engraver::do_print()const
 {
 #ifndef NPRINT
+    if ( !check_debug)
+       return ;
     mtor << "ID: " << id_str_ << "\n";
     for (PCursor<Engraver*> i(grav_list_.top()); i.ok(); i++)
        i->print();
index 66471128e2dab1265d4566e311723f9f05d08c7a..55c5e18994f0092c53627ce81f3025829c5cec49 100644 (file)
@@ -167,6 +167,8 @@ void
 Performer_group_performer::do_print()const
 {
 #ifndef NPRINT
+    if ( !check_debug)
+       return ;
     for ( PCursor<Performer*> i( perf_p_list_.top() ); i.ok(); i++ )
        i->print();
 #endif