]> git.donarmstrong.com Git - lilypond.git/commitdiff
''
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Apr 2002 14:01:36 +0000 (14:01 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Apr 2002 14:01:36 +0000 (14:01 +0000)
lily/dot-column.cc

index 2aa564dfa9d3a50f0366522f03601fb0a52d1c0d..46b963e6d040e46a4211f1beb9f3722ee1cdf7a1 100644 (file)
@@ -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.