X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhara-kiri-group-spanner.hh;h=efaf83f65b1a551f68dd843f0fc89359d81af913;hb=26253bd2625f96bdaed6689668d7c5ff1a98f132;hp=7bee6ca5085e2eab7e317ef67073511ed32ed6ff;hpb=d8ddee6490dd1bb4965980d3e952a390493bfffd;p=lilypond.git diff --git a/lily/include/hara-kiri-group-spanner.hh b/lily/include/hara-kiri-group-spanner.hh index 7bee6ca508..efaf83f65b 100644 --- a/lily/include/hara-kiri-group-spanner.hh +++ b/lily/include/hara-kiri-group-spanner.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2000 Jan Nieuwenhuizen + (c) 1998--2005 Jan Nieuwenhuizen */ @@ -13,18 +13,16 @@ #include "lily-guile.hh" #include "lily-proto.hh" - class Hara_kiri_group_spanner { public: - DECLARE_SCHEME_CALLBACK(force_hara_kiri_callback, (SCM ,SCM)); - DECLARE_SCHEME_CALLBACK(y_extent, (SCM smob, SCM axis)); - DECLARE_SCHEME_CALLBACK(force_hara_kiri_in_parent_callback, (SCM ,SCM)); - static void add_element (Score_element *me, Score_element *e); - static void set_interface (Score_element*me); - static bool has_interface (Score_element*); - static void consider_suicide (Score_element*me); - static void add_interesting_item (Score_element * me , Score_element* n); + DECLARE_SCHEME_CALLBACK (force_hara_kiri_callback, (SCM , SCM)); + DECLARE_SCHEME_CALLBACK (y_extent, (SCM smob, SCM axis)); + DECLARE_SCHEME_CALLBACK (force_hara_kiri_in_parent_callback, (SCM , SCM)); + static void add_element (Grob *me, Grob *e); + static bool has_interface (Grob*); + static void consider_suicide (Grob*me); + static void add_interesting_item (Grob * me , Grob* n); };