]> git.donarmstrong.com Git - lilypond.git/blob - lily/audio-element.cc
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / audio-element.cc
1 /*
2   audio-element.cc -- implement Audio_element
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "audio-element.hh"
10
11
12 Audio_element::Audio_element ()
13 {
14 }
15
16 Audio_element::~Audio_element ()
17 {
18 }
19
20 char const * 
21 Audio_element::name () const
22 {
23   return classname (this);
24 }