]> git.donarmstrong.com Git - lilypond.git/blob - lily/translation-property.cc
8811d85d9b0da17d733ee745a2c4ca15550ab83d
[lilypond.git] / lily / translation-property.cc
1 /*
2   translation-property.cc -- implement Translation_property
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "translation-property.hh"
10 #include "debug.hh"
11
12
13
14 void
15 Translation_property::do_print () const
16 {
17 #ifndef NPRINT
18   DEBUG_OUT << "." << var_str_ << " = " << value_;
19 #endif
20 }