X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=f61a356e8bb36b5b59dfc9ce4a98596676f3d51a;hb=aade5eaab9ddc9b948db6edbb0d43a6f4a691fda;hp=3c9712680e757bccc6758d26429acb5e0a8e500d;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 3c9712680e..f61a356e8b 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,19 +3,21 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #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 this->class_name (); +}