]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.66
authorfred <fred>
Sun, 24 Mar 2002 19:44:47 +0000 (19:44 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:44:47 +0000 (19:44 +0000)
lily/beam.cc

index e838f90ea03c0c8adff09d26b4cd4ba0fdc8b2fd..9fcd49f705344d72828136542b1e0999a6378200 100644 (file)
@@ -46,7 +46,7 @@ Stem_info::Stem_info(Stem const *s)
     x = s->hpos_f();
     int dir = s->dir_i_;
     idealy  = dir * s->stem_end_f();
-    miny = dir * s->stem_start_f();
+    miny = dir * s->stem_start_f() + 2;        // ugh
     assert(miny <= idealy);
 }