]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / audio-element.hh
index a8d79fc0e57d1e358e875702ba86293cdaea9491..c0dbb3572de201e6e011718a5e5f39fe732a0f5b 100644 (file)
@@ -3,14 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
- #include <typeinfo>
 #include "virtual-methods.hh"
 
 class Audio_element
@@ -19,12 +17,8 @@ public:
   Audio_element ();
   virtual ~Audio_element ();
 
-
-
-  // should we use a scm list?
-  bool grace_b_;
-  
-protected:
+  DECLARE_CLASSNAME(Audio_element);
+  virtual char const *name () const;
 };
 
 #endif // AUDIO_ELEMENT_HH