]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/translator-change.hh
d372c27a0cef46779930380b892b466332fca59d
[lilypond.git] / lily / include / translator-change.hh
1 /*
2   translator-change.hh -- declare Translator_change
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef TRANSLATOR_CHANGE_HH
11 #define TRANSLATOR_CHANGE_HH
12
13 /** Change the nesting of the current translation.  Uses the type_string_
14   and id_string_ differently.
15   */
16 class Translator_change : public Music
17 {
18   
19 }
20
21 #endif // TRANSLATOR_CHANGE_HH