From: fred Date: Wed, 27 Mar 2002 02:05:19 +0000 (+0000) Subject: lilypond-1.5.31 X-Git-Tag: release/1.5.59~343 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=521e5b1cbf7abd8d306084814064e6b65417c08f;p=lilypond.git lilypond-1.5.31 --- diff --git a/lily/stem.cc b/lily/stem.cc index f02c00598a..4f33d16066 100644 --- a/lily/stem.cc +++ b/lily/stem.cc @@ -407,7 +407,8 @@ Stem::position_noteheads (Grob*me) { if (parity) { - Real l = heads[i]->extent (heads[i], X_AXIS).length (); + Real l = Note_head::head_extent (heads[i], X_AXIS).length (); + heads[i]->translate_axis (l * get_direction (me), X_AXIS); } parity = !parity;