]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
* scm/define-music-types.scm (music-descriptions): don't use
[lilypond.git] / lily / include / audio-element.hh
index cfb392de1bf8427801df8873e53217bd661ff182..39cd369d38dc6cd68961432e7ab22515aec17f5b 100644 (file)
@@ -3,14 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
- #include <typeinfo>
 #include "virtual-methods.hh"
 
 class Audio_element
@@ -18,12 +16,7 @@ class Audio_element
 public:
   Audio_element ();
   virtual ~Audio_element ();
-
-
-
-  // should we use a scm list?
-  bool grace_b_;
-  
+  virtual const char *name () const;
 protected:
 };