]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-info.cc
patch::: 1.1.18.jcn3
[lilypond.git] / lily / stem-info.cc
index 35e67136f54edfcc91e4d44fa3e0c4107648813d..ad09936111bfe821c2aeba4d62111e801c70c13d 100644 (file)
@@ -91,7 +91,10 @@ Stem_info::Stem_info (Stem const *s)
         central line is never 'forced'
        */
       if (((int)s->chord_start_f ()) && (s->dir_ != s->get_default_dir ()))
-       idealy_f_ -= shorten_f;
+       {
+         idealy_f_ -= shorten_f;
+         miny_f_ = miny_f_ <? idealy_f_;
+       }
 
       // lowest beam of (UP) beam must never be lower than second staffline
       miny_f_ = miny_f_ >? (- 2 * internote_f - beam_f
@@ -116,6 +119,7 @@ Stem_info::Stem_info (Stem const *s)
        }
     }
 
+
   idealy_f_ /= internote_f;
   miny_f_ /= internote_f;
   maxy_f_ /= internote_f;