]> git.donarmstrong.com Git - lilypond.git/blob - lily/translation-property.cc
release: 0.1.13
[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 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "translation-property.hh"
10 #include "debug.hh"
11
12 IMPLEMENT_IS_TYPE_B1(Translation_property, Music);
13
14 void
15 Translation_property::do_print () const
16 {
17 #ifndef NPRINT
18   DOUT << "." << var_str_ << " = " << String(value_);
19 #endif
20 }