X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhairpin.hh;h=b9c538074be4141379f801c289b215983608676c;hb=87cf46e19dec8334e569daa58f457757296688a1;hp=31e40f762955c029918cc6d73c82ac7da04db76e;hpb=933ea175663dc544f1357dc087a653d8a4e4a7bd;p=lilypond.git diff --git a/lily/include/hairpin.hh b/lily/include/hairpin.hh index 31e40f7629..b9c538074b 100644 --- a/lily/include/hairpin.hh +++ b/lily/include/hairpin.hh @@ -3,23 +3,22 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #ifndef HAIRPIN_HH #define HAIRPIN_HH -#include "lily-guile.hh" +#include "grob-interface.hh" #include "lily-proto.hh" -/** - The hairpin symbol. -*/ + struct Hairpin { public: DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); - static bool has_interface (Grob *); + static void consider_suicide (Spanner*); + DECLARE_GROB_INTERFACE(); }; #endif // HAIRPIN_HH