]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
2003 -> 2004
[lilypond.git] / lily / include / separating-group-spanner.hh
index 5f4f7e9d020d7c9f4eeeeaaf38040280fa994089..b8ba2b9cdcb73b79f35d2d5b441fe91fa731b754 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 #include "spanner.hh"
 
-
-class Separating_group_spanner : public Spanner
+class Separating_group_spanner
 {
-  Link_array<Single_malt_grouping_item> spacing_unit_l_arr_;
+  static void find_rods (Item*, SCM, Real);
 public:
-  /**
-     extra space to add after  postbreak. (FIXME).
-   */
-  Real padding_f_ ;
-  Separating_group_spanner ();
-  void add_spacing_unit (Single_malt_grouping_item*);
-protected:
-  VIRTUAL_COPY_CONS(Score_element);
-  virtual Array<Rod> get_rods () const;
-  virtual void do_substitute_element_pointer (Score_element*,Score_element*);
+  static void add_spacing_unit (Grob*me, Item*);
+  
+  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 ));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */