]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
Add regression tests for break-alignment anchor stuff.
[lilypond.git] / lily / include / separating-group-spanner.hh
index 4e2f2f43802d87b4b329acb5c8dc93117e6ab30e..d48705c85914ef01b8fe7d99c99d57bb83a7a1c4 100644 (file)
@@ -3,24 +3,25 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.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 *,
-                        Link_array<Grob> const &separators,
+                        vector<Grob*> const &separators,
                         vsize idx,
                         Real);
 public:
   static void add_spacing_unit (Grob *me, Item *);
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 };