From ce0bb5d14e583790b8557523feaf848fdfb4f88a Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Mon, 22 Aug 2011 22:47:21 -0700 Subject: [PATCH] Apply optical corrections to tight spacing; issue 1480 --- lily/note-spacing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5