]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
Run `make grand-replace'.
[lilypond.git] / lily / audio-element.cc
index 3df5b67e65dba5b8d0abbf2195a72759f4e1bb54..d542bc5efc58cc38177752bb3892baa287bc5297 100644 (file)
@@ -3,19 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
+#include <cassert> 
 
 #include "audio-element.hh"
 
-
 Audio_element::Audio_element ()
 {
-  grace_b_ = false;
 }
 
 Audio_element::~Audio_element ()
 {
 }
 
-
+char const *
+Audio_element::name () const
+{
+  return this->class_name ();
+}