]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
patch::: 1.3.126.jcn3
[lilypond.git] / lily / include / spring.hh
index 739df44dd26cd2d9e70c86da9ec93e32344078e4..aaa7fb5b5afb1dbd72354d1f8dfa77842426d5a5 100644 (file)
 struct Column_spring {
   Paper_column *other_l_;
   Real distance_f_;
+
+  /*
+    TODO: make 2 strengths: one for stretching, and one for shrinking.
+  */
   Real strength_f_;
   
   Column_spring ();
-  static int compare (const Column_spring &r1, const Column_spring &r2);
-  void print () const;
 };
 
 struct Spring{