]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
(grob-cause): don't add cwd if path starts
[lilypond.git] / lily / audio-element.cc
index 1b910a6816af928fda25546eebff780f761058c6..c0dfcc22f106bb73b7e18b4dd2598bf13fa9f002 100644 (file)
@@ -3,19 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
 
-
 Audio_element::Audio_element ()
 {
-  grace_b_ = false;
 }
 
 Audio_element::~Audio_element ()
 {
 }
 
-
+char const *
+Audio_element::name () const
+{
+  return classname (this);
+}