]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
release: 1.3.152
[lilypond.git] / lily / include / separating-group-spanner.hh
index d01b6dbb5182685c930032c8f429921f006ed77a..1b8baf9ea931f1fa8b8faf03e08cb65e15ced9b0 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Separating_group_spanner
 {
 public:
-  static void add_spacing_unit (Score_element*me, Item*);
-  static void set_interface (Score_element*);
-  static SCM set_spacing_rods (SCM);
+  static void add_spacing_unit (Grob*me, Item*);
+  static void find_rods (Item*, SCM);
+  static void set_interface (Grob*);
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */