From: Han-Wen Nienhuys Date: Sun, 21 Apr 2002 14:01:36 +0000 (+0000) Subject: '' X-Git-Tag: release/1.5.53~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2dfdc6cda5dbe272c72be8aa9697ffe58b141ed7;p=lilypond.git '' --- diff --git a/lily/dot-column.cc b/lily/dot-column.cc index 2aa564dfa9..46b963e6d0 100644 --- a/lily/dot-column.cc +++ b/lily/dot-column.cc @@ -44,7 +44,9 @@ Dot_column::side_position (SCM element_smob, SCM axis) Grob * stem = unsmob_grob (me->get_grob_property ("stem")); if (stem && !Stem::beam_l (stem) - && Stem::duration_log (stem) > 2) + && Stem::duration_log (stem) > 2 + && !Stem::invisible_b (stem) + ) { /* trigger stem end & direction calculation.