]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.56
authorfred <fred>
Sun, 24 Mar 2002 20:09:37 +0000 (20:09 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:09:37 +0000 (20:09 +0000)
lily/rod.cc

index 8face4fd45838035611e54e81817651eb488f12f..3e87138669d8b97ec1726fe21889c5e552acc3f0 100644 (file)
@@ -21,7 +21,7 @@ Rod::Rod (Single_malt_grouping_item *l, Single_malt_grouping_item *r)
   if (li.empty_b () || ri.empty_b ())
     distance_f_ = 0;
   else
-    distance_f_ = li[RIGHT] + ri[LEFT];
+    distance_f_ = li[RIGHT] - ri[LEFT];
 }
          
 Rod::Rod ()