]> git.donarmstrong.com Git - lilypond.git/blob - lily/change-translator.cc
release: 0.1.14
[lilypond.git] / lily / change-translator.cc
1 /*
2   change-translator.cc -- implement Change_translator
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "change-translator.hh"
10 #include "debug.hh"
11
12 IMPLEMENT_IS_TYPE_B1(Change_translator,Music);
13
14 void
15 Change_translator::do_print () const
16 {
17   DOUT << "change " << change_to_type_str_ << " to " << change_to_id_str_ ;
18 }
19