X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-element.hh;h=39cd369d38dc6cd68961432e7ab22515aec17f5b;hb=7c93f8e815a77c7735d0ab0f3cc4b21c19a10199;hp=cfb392de1bf8427801df8873e53217bd661ff182;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/audio-element.hh b/lily/include/audio-element.hh index cfb392de1b..39cd369d38 100644 --- a/lily/include/audio-element.hh +++ b/lily/include/audio-element.hh @@ -3,14 +3,12 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2004 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ - #ifndef AUDIO_ELEMENT_HH #define AUDIO_ELEMENT_HH - #include #include "virtual-methods.hh" class Audio_element @@ -18,12 +16,7 @@ class Audio_element public: Audio_element (); virtual ~Audio_element (); - - - - // should we use a scm list? - bool grace_b_; - + virtual const char *name () const; protected: };