]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
patch::: 1.5.42.jcn2
[lilypond.git] / lily / include / music.hh
index d89c24f70eed9240031b5421f969f2e6d3fb5a57..87b4b93eda7b968552b51bf913ad8153c30d06ba 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -42,13 +42,6 @@ public:
 
   SCM internal_get_mus_property (SCM) const;
   void internal_set_mus_property (SCM , SCM val);
-#if 0
-  void set_immutable_mus_property (const char * , SCM val);
-  void set_immutable_mus_property (SCM key, SCM val);
-
-  SCM remove_mus_property (const char* nm);
-#endif
-
 
   virtual Pitch to_relative_octave (Pitch);