X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=67e336093782d8cfdb1b8c939727ce00404309c3;hb=a8172deda8ce6983c19b8217cd7b1879a8fcb653;hp=b815918423ba5ceb4266ad474dd1828cecaa34a9;hpb=434da79e9d7684b2b05fa92a6d808d4ea7933046;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index b815918423..67e3360937 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,32 +3,21 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ #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 - DOUT << classname (this) << "{ "; - do_print (); - DOUT << "}"; -#endif -} - -void -Audio_element::do_print ()const +char const * +Audio_element::name () const { + return this->class_name (); }