]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
release commit
[lilypond.git] / lily / include / separating-group-spanner.hh
index 40c14892188b9a622a022f0387bc7b3b5de85ea2..8fe978547de79b5ba98ffb8a287c20e346b7a7ad 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   separating-group-spanner.hh -- declare Separating_group_spanner
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1998--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef SEPARATING_GROUP_SPANNER_HH
 #define SEPARATING_GROUP_SPANNER_HH
 
 class Separating_group_spanner
 {
-  static void find_rods (Item*, SCM, Real);
+  static void find_rods (Item *,
+                        Link_array<Grob> const &separators,
+                        int idx,
+                        Real);
 public:
-  static void add_spacing_unit (Grob*me, Item*);
-  
-  static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
+  static void add_spacing_unit (Grob *me, Item *);
+
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */