X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdot-column.cc;h=46b963e6d040e46a4211f1beb9f3722ee1cdf7a1;hb=22d7891f2b9ddbe39118ff24f26b3a6eb302178e;hp=2aa564dfa9d3a50f0366522f03601fb0a52d1c0d;hpb=bfb10684605084baf1a898be8f42c0e463c5764a;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.