X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhairpin.hh;h=b9c538074be4141379f801c289b215983608676c;hb=f9214bac21e9926dc3248416f58190c98c4167a9;hp=0daacc5fe5c11025b601cbcc297988f35f028193;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/hairpin.hh b/lily/include/hairpin.hh index 0daacc5fe5..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--2004 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)); - static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + static void consider_suicide (Spanner*); + DECLARE_GROB_INTERFACE(); }; #endif // HAIRPIN_HH