]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
release: 1.3.152
[lilypond.git] / lily / include / separating-group-spanner.hh
index 059a3ae7c8c4d1a09b671126b8048de63bca6e91..1b8baf9ea931f1fa8b8faf03e08cb65e15ced9b0 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--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 #include "spanner.hh"
 
-class Separating_group_spanner : public Spanner
+class Separating_group_spanner
 {
 public:
-  void add_spacing_unit (Single_malt_grouping_item*);
-  Separating_group_spanner();
-protected:
-  VIRTUAL_COPY_CONS(Score_element);
-  virtual Array<Rod> get_rods () const;
+  static void add_spacing_unit (Grob*me, Item*);
+  static void find_rods (Item*, SCM);
+  static void set_interface (Grob*);
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */