]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
2003 -> 2004
[lilypond.git] / lily / include / separating-group-spanner.hh
index c394821df4856c69b17ecda16129fdf2f46dc873..b8ba2b9cdcb73b79f35d2d5b441fe91fa731b754 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 class Separating_group_spanner
 {
+  static void find_rods (Item*, SCM, 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 ));
 };
 
 #endif /* SEPARATING_GROUP_SPANNER_HH */