]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translation-property.cc
release: 1.2.6
[lilypond.git] / lily / translation-property.cc
index a5bc9d48504afb3bd1e37512fe190ae107282f98..99541d1e1ac638eafaedca3e3ff53e9d471b7d70 100644 (file)
@@ -3,18 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "translation-property.hh"
 #include "debug.hh"
 
-IMPLEMENT_IS_TYPE_B1(Translation_property, Music);
+
 
 void
 Translation_property::do_print () const
 {
 #ifndef NPRINT
-  DOUT << "." << var_str_ << " = " << String(value_);
+  DOUT << "." << var_str_ << " = " << value_;
 #endif
 }