X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftext-spanner.hh;h=3af69d63445c56ee6c861290786efc9e95463dc3;hb=3ee551fa4f2a2c3736a06f9f85f29b9f7bd89818;hp=8b67cb6387d16fdc0a283867942754e992b326cd;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/text-spanner.hh b/lily/include/text-spanner.hh index 8b67cb6387..3af69d6344 100644 --- a/lily/include/text-spanner.hh +++ b/lily/include/text-spanner.hh @@ -3,22 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2003 Jan Nieuwenhuizen + (c) 2000--2007 Jan Nieuwenhuizen */ - #ifndef TEXT_SPANNER_HH #define TEXT_SPANNER_HH -#include "lily-guile.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" class Text_spanner { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM)); - static bool has_interface (Grob*); -private: - static void setup_pedal_bracket(Spanner *s); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif /* TEXT_SPANNER_HH */