From: Keith OHara Date: Sat, 14 Jul 2012 05:55:48 +0000 (-0700) Subject: stem: use pure-height if the stencil is not yet drawn; issue 2441 X-Git-Tag: release/2.15.42-1~68 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=776e00fd8ad24d763ad6d5f4365d47dae45932d1;p=lilypond.git stem: use pure-height if the stencil is not yet drawn; issue 2441 --- diff --git a/lily/stem.cc b/lily/stem.cc index e7ee68b220..8069a456c8 100644 --- a/lily/stem.cc +++ b/lily/stem.cc @@ -704,7 +704,7 @@ Stem::internal_height (Grob *me, bool calc_beam) If there is a beam but no stem, slope calculations depend on this routine to return where the stem end /would/ be. */ - if (!beam && !unsmob_stencil (me->get_property ("stencil"))) + if (calc_beam && !beam && !unsmob_stencil (me->get_property ("stencil"))) return Interval (); Real y1 = robust_scm2double ((calc_beam