]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / include / audio-element.hh
index c629bcd2b15c4b9a5a3c2c6c7ae9e630ada997a9..3e25ad802633a025509fa33d93079ce01ed6db5a 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
+ #include <typeinfo>
 #include "virtual-methods.hh"
 
 class Audio_element
@@ -17,14 +18,8 @@ class Audio_element
 public:
   Audio_element ();
   virtual ~Audio_element ();
-
-  void print () const;
-
-  // should we use a scm list?
-  bool grace_b_;
-  
+  virtual const char* name () const;
 protected:
-  virtual void do_print () const;
 };
 
 #endif // AUDIO_ELEMENT_HH