X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=3df5b67e65dba5b8d0abbf2195a72759f4e1bb54;hb=d145acbbd1250d861b3e8559d40c342273b2bb63;hp=77aaeb44f591ec0138f0e0f0688c63da2778a34c;hpb=cec6dfa6bf0fb931eb7f42b1ee44ca2ec19a9f34;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 77aaeb44f5..3df5b67e65 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,29 +3,19 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #include "audio-element.hh" -#include "debug.hh" -IMPLEMENT_IS_TYPE_B(Audio_element); -Audio_element::~Audio_element() +Audio_element::Audio_element () { + grace_b_ = false; } -void -Audio_element::print () const +Audio_element::~Audio_element () { -#ifndef NPRINT - DOUT << name () << "{ "; - do_print (); - DOUT << "}"; -#endif } -void -Audio_element::do_print ()const -{ -} +