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