X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-hyphen.hh;h=1551382e66fb27a5df9ae840daffa8dfdd5c4e37;hb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;hp=00d87adda44ef06e81712f884d7e23309246189b;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/lyric-hyphen.hh b/lily/include/lyric-hyphen.hh index 00d87adda4..1551382e66 100644 --- a/lily/include/lyric-hyphen.hh +++ b/lily/include/lyric-hyphen.hh @@ -1,19 +1,20 @@ /* hyphen-spanner.hh -- part of GNU LilyPond - (c) 1999--2006 Glen Prideaux + (c) 1999--2009 Glen Prideaux */ #ifndef HYPHEN_SPANNER_HH #define HYPHEN_SPANNER_HH -#include "spanner.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" -struct Hyphen_spanner +struct Lyric_hyphen { public: DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); - bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); DECLARE_SCHEME_CALLBACK (print, (SCM)); };