From 521e5b1cbf7abd8d306084814064e6b65417c08f Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:05:19 +0000 Subject: [PATCH] lilypond-1.5.31 --- lily/stem.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5