X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=8d3a3e39534384768a34ae87f2de82df9ea8b66e;hb=bfddc0789a04273f70b4a1a3a8cad5a5e44d8cec;hp=3df5b67e65dba5b8d0abbf2195a72759f4e1bb54;hpb=7aabfb20c46e0a1de41698ddc6859ccd3a6dea85;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 3df5b67e65..8d3a3e3953 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,19 +3,22 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ +#include #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 (); +}