X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspan-bar.hh;h=d06b514afc7869b3ea66d5c8de7c4bf4d43b09f7;hb=92782fde87fb68e945b9eb60cacab6c01d0397df;hp=370c3626f4d619f30fc9d7c9669bf8c8f7c6e9e7;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/include/span-bar.hh b/lily/include/span-bar.hh index 370c3626f4..d06b514afc 100644 --- a/lily/include/span-bar.hh +++ b/lily/include/span-bar.hh @@ -3,15 +3,14 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2001 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ - #ifndef SPAN_BAR_HH #define SPAN_BAR_HH -#include "lily-guile.hh" #include "lily-proto.hh" +#include "grob-interface.hh" /** This is a barline that is spanned across other bar lines. This is @@ -21,16 +20,17 @@ class Span_bar { public: - static void set_interface (Grob*); - static bool has_interface (Grob*); - static Interval get_spanned_interval (Grob*); - static void add_bar (Grob*,Grob*); - static void evaluate_glyph (Grob*); - static void evaluate_empty (Grob*); - DECLARE_SCHEME_CALLBACK(width_callback, (SCM smob, SCM axis)); - DECLARE_SCHEME_CALLBACK(get_bar_size, (SCM )); - DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM )); - DECLARE_SCHEME_CALLBACK(center_on_spanned_callback, (SCM element, SCM axis)); + + DECLARE_GROB_INTERFACE(); + static Interval get_spanned_interval (Grob *); + static void add_bar (Grob *, Grob *); + static void evaluate_glyph (Grob *); + DECLARE_SCHEME_CALLBACK (width, (SCM smob)); + DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM)); + DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (center_on_spanned_callback, (SCM element)); }; #endif // SPAN_BAR_HH