]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
* lily/score.cc (Score): unprotect copy of Output_def. Plugs
[lilypond.git] / lily / include / audio-element.hh
index 6dff0e01f7129523d570ec620e71eff715ef39dd..39cd369d38dc6cd68961432e7ab22515aec17f5b 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--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,14 +16,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