]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/translation-property.hh
release: 1.1.6
[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--1998 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 #include "scalar.hh"
15
16 /**
17   Set a property of Translator 
18  */
19 class Translation_property : public Music
20 {
21 public:
22   String var_str_;
23   Scalar value_;
24   VIRTUAL_COPY_CONS(Music);
25   
26 protected:
27   virtual void do_print () const;
28 };
29
30 #endif // PROPERTY_HH