lilypond-1.1.44
[lilypond.git] / lily / include / change-translator.hh
blobd69b71ce96524ffc8b4dc3bb0ba85f1283792183
1 /*
2 change-translator.hh -- declare Change_translator
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef CHANGE_TRANSLATOR_HH
11 #define CHANGE_TRANSLATOR_HH
13 #include "music.hh"
15 class Change_translator : public Music
17 public:
18 String change_to_type_str_;
19 String change_to_id_str_;
21 protected:
22 VIRTUAL_COPY_CONS(Music);
23 void do_print () const;
27 #endif // CHANGE_TRANSLATOR_HH