]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
Merge with master
[lilypond.git] / lily / include / separating-group-spanner.hh
index 4bff88adc456bf6097171b33d9531879db330a09..d48705c85914ef01b8fe7d99c99d57bb83a7a1c4 100644 (file)
@@ -1,23 +1,28 @@
-/*   
+/*
   separating-group-spanner.hh -- declare Separating_group_spanner
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef SEPARATING_GROUP_SPANNER_HH
 #define SEPARATING_GROUP_SPANNER_HH
 
-#include "spanner.hh"
+#include "grob-interface.hh"
+#include "lily-proto.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 set_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM ));
+  static void add_spacing_unit (Grob *me, Item *);
+
+  DECLARE_GROB_INTERFACE();
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */