]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / audio-element.hh
index 16955f40279c55b566d7291a71ed3724687010e3..c0dbb3572de201e6e011718a5e5f39fe732a0f5b 100644 (file)
@@ -3,10 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
@@ -18,10 +17,8 @@ public:
   Audio_element ();
   virtual ~Audio_element ();
 
-  void print () const;
-  
-protected:
-  virtual void do_print () const;
+  DECLARE_CLASSNAME(Audio_element);
+  virtual char const *name () const;
 };
 
 #endif // AUDIO_ELEMENT_HH