]> 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 67c45a5376351214974136df4c253f27c51196ce..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>
   
  */
 
@@ -16,8 +16,10 @@ class Separating_group_spanner
 {
 public:
   static void add_spacing_unit (Grob*me, Item*);
+  static void find_rods (Item*, SCM);
   static void set_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM ));
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */