X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslation-property.hh;h=8278dd829d8be140380b65a46f131e2fc0f6194f;hb=3a0e9efb7f067e5b334ba0596b95e15d96d7cc49;hp=3e55b46a6103e3663d0210af2bd90499ca89a712;hpb=8002fa018c81f70585c25232247c6dcba7f5cba0;p=lilypond.git diff --git a/lily/include/translation-property.hh b/lily/include/translation-property.hh index 3e55b46a61..8278dd829d 100644 --- a/lily/include/translation-property.hh +++ b/lily/include/translation-property.hh @@ -11,7 +11,8 @@ #define TRANSLATION_PROPERTY_HH #include "music.hh" -#include "scalar.hh" +#include "protected-scm.hh" + /** Set a property of Translator @@ -20,7 +21,8 @@ class Translation_property : public Music { public: String var_str_; - Scalar value_; + Protected_scm value_; + VIRTUAL_COPY_CONS(Music); protected: