]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
* input/mozart-hrn3-defs.ly (startGraceContext): Customize grace init.
[lilypond.git] / 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.