From: Han-Wen Nienhuys Date: Mon, 8 Jan 2007 10:02:10 +0000 (+0100) Subject: bugfix: don't compare positions with staff space in stem-bar adjustment. X-Git-Tag: release/2.10.10-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=787189f3d6c85c56c5e3b47fe535716fdf15b5e2;p=lilypond.git bugfix: don't compare positions with staff space in stem-bar adjustment. --- diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index 2700c12835..3d62abb0ae 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)