]> 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 b815918423ba5ceb4266ad474dd1828cecaa34a9..e9da4d5f68cf1b637d70d4d0a5846b4fb5a5dc54 100644 (file)
@@ -3,32 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 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()
+Audio_element::Audio_element ()
 {
 }
 
-void
-Audio_element::print () const
+Audio_element::~Audio_element ()
 {
-#ifndef NPRINT
-  DOUT << classname (this) << "{ ";
-  do_print ();
-  DOUT << "}";
-#endif
 }
 
-void
-Audio_element::do_print ()const
+char const * 
+Audio_element::name () const
 {
+  return classname (this);
 }