From 061aea1aaa27b8ed734564016ad3dda8ec3d53db Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 8 Jan 2007 11:02:10 +0100 Subject: [PATCH] bugfix: don't compare positions with staff space in stem-bar adjustment. --- lily/note-spacing.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index f601a1054b..6c38736e8d 100644 --- a/lily/note-spacing.cc +++ b/lily/note-spacing.cc @@ -355,6 +355,7 @@ Note_spacing::stem_dir_correction (Grob *me, Item *rcolumn, { stem_dirs[RIGHT] = -stem_dirs[LEFT]; stem_posns[RIGHT] = bar_yextent; + stem_posns[RIGHT] *= 2; } if (correct_stem_dirs && stem_dirs[LEFT] * stem_dirs[RIGHT] == -1) -- 2.39.5