]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / audio-element.cc
index dc69e93244eb42e83edf66b7e41d87a9ae0f6ff7..e9da4d5f68cf1b637d70d4d0a5846b4fb5a5dc54 100644 (file)
 
 Audio_element::Audio_element ()
 {
-  grace_b_ = false;
 }
 
 Audio_element::~Audio_element ()
 {
 }
 
-
+char const * 
+Audio_element::name () const
+{
+  return classname (this);
+}