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