]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translation-property.hh
release: 1.3.0
[lilypond.git] / lily / include / translation-property.hh
index 3e55b46a6103e3663d0210af2bd90499ca89a712..8278dd829d8be140380b65a46f131e2fc0f6194f 100644 (file)
@@ -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: