]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / audio-element.cc
index 6de8b5f2471b7b29ecf9907f99a1e4f343d27bcf..e9da4d5f68cf1b637d70d4d0a5846b4fb5a5dc54 100644 (file)
@@ -3,19 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
-#include "debug.hh"
+
 
 Audio_element::Audio_element ()
 {
-  grace_b_ = false;
 }
 
 Audio_element::~Audio_element ()
 {
 }
 
-
+char const * 
+Audio_element::name () const
+{
+  return classname (this);
+}