From: fred Date: Sun, 24 Mar 2002 19:33:08 +0000 (+0000) Subject: lilypond-0.0.34 X-Git-Tag: release/1.5.59~5310 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7541901d038287ba655f3c1572138c89a0046e6c;p=lilypond.git lilypond-0.0.34 --- diff --git a/src/stem.cc b/src/stem.cc index b11386afec..22123356c6 100644 --- a/src/stem.cc +++ b/src/stem.cc @@ -88,7 +88,7 @@ Stem::set_default_stemlen() int stafftop = 2*staff_center; stemlen = STEMLEN + (maxnote - minnote); - // uhh... how about non 5-line staffs? + // uhh... how about non 5-line staffs? if (maxnote < -2 && dir == 1){ int t = staff_center - staff_center/2; stemlen = t - minnote +2; @@ -111,7 +111,7 @@ Stem::set_default_extents() set_stemend((dir< 0) ? maxnote-stemlen: minnote +stemlen); if (dir > 0){ - stem_xoffset = paper()->note_width(); + stem_xoffset = paper()->note_width()-paper()->rule_thickness(); } else stem_xoffset = 0; }