X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=2123ffa442334f76d3040d82182f95454841934a;hb=7c866230d0fb5c9b997d1c792378a85818206125;hp=69b6a1ef7c717172a9e0de47cb9a1910cc9fa8e4;hpb=bfb10684605084baf1a898be8f42c0e463c5764a;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index 69b6a1ef7c..2123ffa442 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -3,22 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Jan Nieuwenhuizen + (c) 1999--2007 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 (brew_molecule, (SCM )); - 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