]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
Fix inverted sign on relative offset for beam-collisions.
[lilypond.git] / lily / beam.cc
index e3135dadfa92609362dccfd467e5f164dde1bde7..6fbd71d7d6a6d4ddcda0a7fbd7782f8e6eef43c4 100644 (file)
@@ -1276,7 +1276,7 @@ Beam::shift_region_to_valid (SCM grob, SCM posns)
               left_y -= dy;
 
               // Translate back to beam as ref point.
-              left_y -= -me->relative_coordinate (common[Y_AXIS], Y_AXIS);
+              left_y -= me->relative_coordinate (common[Y_AXIS], Y_AXIS);
             
               Interval allowed;
               allowed.set_full ();