]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/change-translator.hh
partial: 1.0.1.jcn
[lilypond.git] / lily / include / change-translator.hh
1 /*
2   change-translator.hh -- declare Change_translator
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef CHANGE_TRANSLATOR_HH
11 #define CHANGE_TRANSLATOR_HH
12
13 #include "music.hh"
14
15 class Change_translator : public Music
16 {
17 public:
18   String change_to_type_str_;
19   String change_to_id_str_;
20   DECLARE_MY_RUNTIME_TYPEINFO;
21 protected:
22   VIRTUAL_COPY_CONS(Change_translator, Music);
23   void do_print () const;
24 };
25
26
27 #endif // CHANGE_TRANSLATOR_HH