2 audio-element.hh -- declare Audio_element
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
9 #ifndef AUDIO_ELEMENT_HH
10 #define AUDIO_ELEMENT_HH
12 #include "virtual-methods.hh"
18 virtual ~Audio_element ();
20 DECLARE_CLASSNAME(Audio_element
);
21 virtual char const *name () const;
24 #endif // AUDIO_ELEMENT_HH