X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-element.hh;h=dac7bddd549513ee2b5c13a0842083d141aea767;hb=14e9d59be277950835b92b21aa17d62d8fc7158c;hp=28246552727b1f47d3dd33efc396631d414ce043;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/audio-element.hh b/lily/include/audio-element.hh index 2824655272..dac7bddd54 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--2003 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ - #ifndef AUDIO_ELEMENT_HH #define AUDIO_ELEMENT_HH - #include #include "virtual-methods.hh" class Audio_element @@ -19,12 +17,8 @@ public: Audio_element (); virtual ~Audio_element (); - - - // should we use a scm list? - bool grace_b_; - -protected: + DECLARE_CLASSNAME(Audio_element); + virtual char const *name () const; }; #endif // AUDIO_ELEMENT_HH