]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
release: 1.5.29
[lilypond.git] / lily / audio-element.cc
index 18f265c46edd46915791a0ba6fe0049cd25f3f85..3c9712680e757bccc6758d26429acb5e0a8e500d 100644 (file)
@@ -3,29 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #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
-{
-}
+