]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.23
authorfred <fred>
Sun, 24 Mar 2002 19:27:49 +0000 (19:27 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:27:49 +0000 (19:27 +0000)
src/textspanner.cc

index 3fd96839262f74d18efcd66be34aaa341483ca0d..43cfda3f3586bbc6eb1236be70fd409de6f5532e 100644 (file)
@@ -2,6 +2,7 @@
 #include "boxes.hh"
 #include "textspanner.hh"
 #include "textdef.hh"
+#include "debug.hh"
 
 Text_spanner::Text_spanner(Directional_spanner*d)
 {
@@ -33,10 +34,15 @@ Text_spanner::brew_molecule() const
     output->add( tsym );
     return output;
 }
+
 void
 Text_spanner::print() const    // todo
 {
+#ifndef NDEBUG
+    mtor << "Text_spanner\n";
+#endif
 }
+
 void
 Text_spanner::do_pre_processing()
 {