]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
patch::: 1.3.126.jcn3
[lilypond.git] / lily / include / spring.hh
index 4a49085e80d11cac515c1267dd80996aae59b14d..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 ();