]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/translation-property.hh
patch::: 1.3.77.jcn2
[lilypond.git] / lily / include / translation-property.hh
1 /*
2   translation-property.hh -- declare Translation_property
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 TRANSLATION_PROPERTY_HH
11 #define TRANSLATION_PROPERTY_HH
12
13 #include "music.hh"
14
15
16 /**
17   Set a property of Translator
18
19   value -- the value to set
20   symbol -- the symbol to set.
21
22 */
23 class Translation_property : public Music
24 {
25 public:
26   VIRTUAL_COPY_CONS(Music);
27 };
28
29 #endif // PROPERTY_HH