X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=dc79a77a0b92eb9c7d9488dbd61202adba856cc6;hb=18037c60a42e96cf61b13006bb391e3699bdc45e;hp=1374ea192a849ad4c024d04ff98108ae5c14e401;hpb=fc3e875d6bf06f0680e897faffdcab36ad975a03;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index 1374ea192a..dc79a77a0b 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -3,21 +3,19 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2001 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" class Chord_name { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + static bool has_interface (Grob *); }; #endif // CHORD_NAME_HH