]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hara-kiri-group-spanner.hh
Uniformize, internalize.
[lilypond.git] / lily / include / hara-kiri-group-spanner.hh
index 7bee6ca5085e2eab7e317ef67073511ed32ed6ff..efaf83f65b1a551f68dd843f0fc89359d81af913 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 #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);
 };