]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.31
authorfred <fred>
Wed, 27 Mar 2002 02:05:19 +0000 (02:05 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:05:19 +0000 (02:05 +0000)
lily/stem.cc

index f02c00598ad430328582aa5eca8324e26145dad3..4f33d16066ba4e1f8e5e839015b06cb832d2e3b5 100644 (file)
@@ -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;