X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstem.cc;h=8069a456c814e48cf24bddec96bf9d8fae2279ac;hb=c068e70716173817d32fa062d717a2dce896e731;hp=e7ee68b220ea36b7943d3ce503c92db54fbc6d83;hpb=30f2bb655e6f240a795af9f52c1476849b378ead;p=lilypond.git 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