]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Sun, 24 Mar 2002 19:48:34 +0000 (19:48 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:48:34 +0000 (19:48 +0000)
lily/script-column.cc

index adf27dc7a606b296d22c279a02b41a2e5886faf9..b49fbd48f5a72618b371d4b11e336b7a62fefe61 100644 (file)
@@ -27,8 +27,11 @@ Script_column::add(Script*s_l)
 void
 Script_column::do_print()const
 {
+#ifndef NPRINT
     mtor << "scripts: " << script_l_arr_.size() << '\n'; 
+#endif
 }
+
 static int
 idx(bool inside, int dir)
 {