X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=f5c805684fe66c186952e0792f32ddb66eac4199;hb=f3c2461e84bc93268ee44d174ac767cd6d053618;hp=b06a861daa812a4763ca2e74c80c3b97494becaa;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index b06a861daa..f5c805684f 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -3,21 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2004 Jan Nieuwenhuizen + (c) 1999--2006 Jan Nieuwenhuizen */ #ifndef CHORD_NAME_HH #define CHORD_NAME_HH -#include "lily-guile.hh" -#include "molecule.hh" - +#include "stencil.hh" +#include "grob-interface.hh" class Chord_name { public: - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); - static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // CHORD_NAME_HH