]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spaceable-grob.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / spaceable-grob.hh
index 98d4def1bc9c1c72a2f8ab9381c9aacd175e2f08..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
@@ -17,9 +17,8 @@ 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 add_spring (Grob *me, Grob *to, Spring sp);
-  static void get_spring (Grob *me, Grob *other, Real *dist, Real *inv_strength);
+  static Spring get_spring (Grob *me, Grob *other);
 
   DECLARE_GROB_INTERFACE();
   static SCM get_minimum_distances (Grob *);