]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
* lily/text-spanner.cc (print): use it.
[lilypond.git] / lily / include / separating-group-spanner.hh
index 85b108c1707be0629a85b895e809ef895dbcb387..93059cc3166218559f9602115ee64f76b82dacf3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1998--2003 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 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 */