]> 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 1b910a6816af928fda25546eebff780f761058c6..e9da4d5f68cf1b637d70d4d0a5846b4fb5a5dc54 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
 
 Audio_element::Audio_element ()
 {
-  grace_b_ = false;
 }
 
 Audio_element::~Audio_element ()
 {
 }
 
-
+char const * 
+Audio_element::name () const
+{
+  return classname (this);
+}