]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / include / music.hh
index 95a9777f3b1cd2c69c91f401c669d07edcfbc600..a7e3e804eb1d262023723ff5e78e712f9bf864a8 100644 (file)
@@ -19,8 +19,6 @@
 #include "music-constructor.hh"
 
 
-#define get_mus_property(x) internal_get_mus_property(ly_symbol2scm(x))
-#define set_mus_property(x,y) internal_set_mus_property(ly_symbol2scm (x), y)
 #define is_mus_type(x) internal_is_music_type(ly_symbol2scm (x))
 
 /** Music is anything that has duration and supports both time compression and
@@ -41,8 +39,8 @@ public:
   Input *origin () const; 
   void set_spot (Input);  
 
-  SCM internal_get_mus_property (SCM) const;
-  void internal_set_mus_property (SCM , SCM val);
+  SCM internal_get_property (SCM) const;
+  void internal_set_property (SCM , SCM val);
   SCM get_property_alist (bool mut) const;
   bool internal_is_music_type (SCM) const;