]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/change-translator.hh
release: 1.3.19
[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--2000 Han-Wen Nienhuys <hanwen@cs.uu.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   
21 protected:
22   VIRTUAL_COPY_CONS(Music);
23   void do_print () const;
24 };
25
26
27 #endif // CHANGE_TRANSLATOR_HH