From 58b13a3f00835ba5658d20c364a4b421b93d584f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:27:49 +0000 Subject: [PATCH] lilypond-0.0.23 --- src/textspanner.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/textspanner.cc b/src/textspanner.cc index 3fd9683926..43cfda3f35 100644 --- a/src/textspanner.cc +++ b/src/textspanner.cc @@ -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() { -- 2.39.5