]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spaceable-grob.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / spaceable-grob.hh
index 5625bfd61e7e66d2d7319aba512b79eef813c999..6a039bd8330855696d76c6edd76e36d07343c0d2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SPACEABLE_GROB_HH
 
 #include "lily-proto.hh"
 #include "grob-interface.hh"
+#include "spring.hh"
 
 struct Spaceable_grob
 {
   /// set a minimum distance
   static void add_rod (Grob *me, Grob *to, Real distance);
-  static void add_spring (Grob *me, Grob *to, Real dist, Real strength);
-  static void get_spring (Grob *me, Grob *other, Real *dist, Real *inv_strength);
+  static void add_spring (Grob *me, Grob *to, Spring sp);
+  static Spring get_spring (Grob *me, Grob *other);
 
   DECLARE_GROB_INTERFACE();
   static SCM get_minimum_distances (Grob *);