]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spaceable-grob.cc
release: 1.5.7
[lilypond.git] / lily / spaceable-grob.cc
index 8aa3209f28e3c269ee3a3cf17c3431208b6308e5..26bf4e8066b9165b7c54c81f05605dd298bd0141 100644 (file)
@@ -43,6 +43,8 @@ void
 Spaceable_grob::add_spring (Grob*me, Grob * p, Real d, Real strength)
 {
   SCM mins = me->get_grob_property ("ideal-distances");
+  
+  
   SCM newdist= gh_double2scm (d);
   for (SCM s = mins; gh_pair_p (s); s = gh_cdr (s))
     {
@@ -60,7 +62,6 @@ Spaceable_grob::add_spring (Grob*me, Grob * p, Real d, Real strength)
 }
 
 
-
 void
 Spaceable_grob::remove_interface (Grob*me)
 {