]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:39 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:39 +0000 (19:28 +0000)
src/rest.cc

index 215b102fed21a3cb4ec93601f9799b40032122dd..b8d30654154f1f876b06a61f571e8f75ed31fe16 100644 (file)
@@ -11,12 +11,15 @@ Rest::Rest(int t, int d)
     balltype = t;
     dots = d;
 }
+NAME_METHOD(Rest);
 
 void
-Rest::print()const
+Rest::do_print()const
 {
+#ifndef NPRINT
     mtor << "Rest "<<balltype<< "dots " << dots;
     Item::print();
+#endif
 }
 
 Molecule*