From: Keith OHara Date: Tue, 23 Aug 2011 05:47:21 +0000 (-0700) Subject: Apply optical corrections to tight spacing; issue 1480 X-Git-Tag: release/2.15.9-1~9^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ce0bb5d14e583790b8557523feaf848fdfb4f88a;p=lilypond.git Apply optical corrections to tight spacing; issue 1480 --- diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index 8153af9635..9a71c00a59 100644 --- a/lily/note-spacing.cc +++ b/lily/note-spacing.cc @@ -304,7 +304,6 @@ Note_spacing::stem_dir_correction (Grob *me, Item *rcolumn, if (beams_drul[LEFT] && beams_drul[LEFT] == beams_drul[RIGHT]) { correction = knee_correction (me, stems_drul[RIGHT], increment); - *fixed += correction; } else { @@ -322,6 +321,7 @@ Note_spacing::stem_dir_correction (Grob *me, Item *rcolumn, && !acc_right) correction = same_direction_correction (me, head_posns); + *fixed += correction; *space += correction; /* there used to be a correction for bar_xextent () here, but