]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
GCC 4 fix.
[lilypond.git] / lily / include / separating-group-spanner.hh
index 38f0e8928814cb5b5a3ccda6b33c4aa3a4a9823d..15b6aecbe839b10b5c897aa18179148360ea5308 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   separating-group-spanner.hh -- declare Separating_group_spanner
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1998--2006 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 *,
+                        vector<Grob*> const &separators,
+                        vsize idx,
+                        Real);
 public:
-  static void add_spacing_unit (Grob*me, Item*);
-  static void find_rods (Item*, SCM);
-  static void set_interface (Grob*);
-  static bool has_interface (Grob*);
-  static void find_musical_sequences (Grob*);
-  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
-  DECLARE_SCHEME_CALLBACK (set_spacing_rods_and_seqs, (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 */