]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.74pre
authorfred <fred>
Sun, 24 Mar 2002 19:47:26 +0000 (19:47 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:47:26 +0000 (19:47 +0000)
lily/staff-sym.cc

index b83406c3a9d907852b6f99dce00a10e891222389..718bddbc586b95bde847961ef963ea0a096588d9 100644 (file)
@@ -24,7 +24,10 @@ IMPLEMENT_IS_TYPE_B1(Staff_symbol,Spanner);
 void
 Staff_symbol::do_print()const
 {
+#ifndef NPRINT
+    Spanner::do_print();
     mtor << "lines: " << no_lines_i_;
+#endif
 }
 
 Molecule*