lilypond-0.1.37
[lilypond.git] / lily / change-translator.cc
blobbe406c792dbd2531f765d97122eafef7a592d841
1 /*
2 change-translator.cc -- implement Change_translator
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "change-translator.hh"
10 #include "debug.hh"
12 IMPLEMENT_IS_TYPE_B1(Change_translator,Music);
14 void
15 Change_translator::do_print () const
17 DOUT << "change " << change_to_type_str_ << " to " << change_to_id_str_ ;