]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
release: 1.3.92
[lilypond.git] / lily / audio-element.cc
index bffe351af4fe60fa0b79d69ae8638fbec18a612d..39fbe8f1788d54f75ef03ff6fce5fbe136ee03ea 100644 (file)
@@ -3,13 +3,16 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
 #include "debug.hh"
 
-IMPLEMENT_IS_TYPE_B(Audio_element);
+Audio_element::Audio_element ()
+{
+  grace_b_ = false;
+}
 
 Audio_element::~Audio_element()
 {
@@ -19,9 +22,9 @@ void
 Audio_element::print () const
 {
 #ifndef NPRINT
-  DOUT << name () << "{ ";
+  DEBUG_OUT << classname (this) << "{ ";
   do_print ();
-  DOUT << "}";
+  DEBUG_OUT << "}";
 #endif
 }