X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=d542bc5efc58cc38177752bb3892baa287bc5297;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=39fbe8f1788d54f75ef03ff6fce5fbe136ee03ea;hpb=bb36bac02a64770871780231ecc709cb18b20932;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 39fbe8f178..d542bc5efc 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,32 +3,22 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ +#include #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 -{ -#ifndef NPRINT - DEBUG_OUT << classname (this) << "{ "; - do_print (); - DEBUG_OUT << "}"; -#endif -} - -void -Audio_element::do_print ()const +char const * +Audio_element::name () const { + return this->class_name (); }