]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
2003 -> 2004
[lilypond.git] / lily / audio-element.cc
index 275e0a50a57dd623f9a13ddba348ed6cec30fce4..dc69e93244eb42e83edf66b7e41d87a9ae0f6ff7 100644 (file)
@@ -3,29 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
-#include "debug.hh"
 
 
-
-Audio_element::~Audio_element()
+Audio_element::Audio_element ()
 {
+  grace_b_ = false;
 }
 
-void
-Audio_element::print () const
+Audio_element::~Audio_element ()
 {
-#ifndef NPRINT
-  DOUT << classname (this) << "{ ";
-  do_print ();
-  DOUT << "}";
-#endif
 }
 
-void
-Audio_element::do_print ()const
-{
-}
+