lilypond-1.3.67
[lilypond.git] / lily / translation-property.cc
blob45f8de630c37dd7901d975f57d68a328febbc19a
1 /*
2 translation-property.cc -- implement Translation_property
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "translation-property.hh"
10 #include "debug.hh"
12 void
13 Translation_property::do_print () const
15 #ifndef NPRINT
16 DEBUG_OUT << "." << var_str_ << " = " ;
17 if (flower_dstream && !flower_dstream->silent_b ("Translation_property"))
18 ly_display_scm (value_);
19 #endif