]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring.cc
Doc: Usage: Add more explanation for LaTeX environ
[lilypond.git] / lily / spring.cc
index ec8240b84d09f4899547bc787b7be73fa1bfa2b4..3963ee44529a5c9cc1565372825bb52ad63d41c6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2012 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2007--2014 Joe Neeman <joeneeman@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -189,7 +189,6 @@ Spring::set_blocking_force (Real f)
 
   blocking_force_ = -infinity_f;
   min_distance_ = length (f);
-  distance_ = max (distance_, min_distance_);
   update_blocking_force ();
 }