]> 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 28246552727b1f47d3dd33efc396631d414ce043..3e25ad802633a025509fa33d93079ce01ed6db5a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -18,12 +18,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:
 };