X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspring.cc;h=d4b014a3dc79b063c0ad7b9887951e62d102b87d;hb=ceef4ace51077b6e9dedd09216e7f5551912e450;hp=f57695bfd732ec50f821465a570a088547eaf9d8;hpb=794dcbdb52faf4292036cd1b0270a956cf4316a3;p=lilypond.git diff --git a/lily/spring.cc b/lily/spring.cc index f57695bfd7..d4b014a3dc 100644 --- a/lily/spring.cc +++ b/lily/spring.cc @@ -1,9 +1,20 @@ /* - spring.cc -- declare Spring + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2007--2010 Joe Neeman - (c) 2007--2009 Joe Neeman + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #include "spring.hh" @@ -22,6 +33,8 @@ Spring::Spring (Real dist, Real min_dist) { distance_ = 1.0; min_distance_ = 1.0; + inverse_stretch_strength_ = 1.0; + inverse_compress_strength_ = 1.0; set_distance (dist); set_min_distance (min_dist);