]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-spacing.cc
''
[lilypond.git] / lily / note-spacing.cc
index 9126fc728ad667756e3a40fedb55d1b2a3af2d06..314d2dd5bdce96d40097e07bc73f5e68849fd7e8 100644 (file)
@@ -277,7 +277,7 @@ Note_spacing::stem_dir_correction (Grob*me, Item * rcolumn,
            hanging from the note.
           */
          if (d == LEFT
-             && Stem::flag_i (stem) && !Stem::beam_l (stem))
+             && Stem::duration_log (stem) > 2  && !Stem::beam_l (stem))
            {
              correct = false;
              goto exit_func;