]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
patch::: 1.3.126.jcn3
[lilypond.git] / lily / include / spring.hh
index 3e88aadf38df9f1e56a95db10cf1607c9318b043..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);
 };
 
 struct Spring{