lilypond-1.3.16
[lilypond.git] / lily / include / translation-property.hh
blob8278dd829d8be140380b65a46f131e2fc0f6194f
1 /*
2 translation-property.hh -- declare Translation_property
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef TRANSLATION_PROPERTY_HH
11 #define TRANSLATION_PROPERTY_HH
13 #include "music.hh"
14 #include "protected-scm.hh"
17 /**
18 Set a property of Translator
20 class Translation_property : public Music
22 public:
23 String var_str_;
24 Protected_scm value_;
26 VIRTUAL_COPY_CONS(Music);
28 protected:
29 virtual void do_print () const;
32 #endif // PROPERTY_HH