X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=f61a356e8bb36b5b59dfc9ce4a98596676f3d51a;hb=c750e9b0ef41267a9b6be0300c880047f48b9353;hp=3df5b67e65dba5b8d0abbf2195a72759f4e1bb54;hpb=7aabfb20c46e0a1de41698ddc6859ccd3a6dea85;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 3df5b67e65..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--2003 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #include "audio-element.hh" - Audio_element::Audio_element () { - grace_b_ = false; } Audio_element::~Audio_element () { } - +char const * +Audio_element::name () const +{ + return this->class_name (); +}