From: Reinhold Kainhofer Date: Sat, 29 Aug 2009 15:49:26 +0000 (+0200) Subject: Fix glyph bounding box for the snappizzicato X-Git-Tag: release/2.13.4-1~119 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7c6830182bdb6213f7e5f066cbe6f1a603aa4be2;p=lilypond.git Fix glyph bounding box for the snappizzicato --- diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index 41b7605e1a..313e39b542 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -1567,7 +1567,7 @@ fet_beginchar ("snap pizzicato (Bartok pizzicato)", "snappizzicato"); define_pixels (height, width); define_whole_blacker_pixels (thickness); - set_char_box (width# / 2, width# / 2, height# / 2, height# / 2); + set_char_box (width# / 2, width# / 2, height# / 2, height# * 3 / 4); penpos1 (thickness, 90); penpos2 (thickness, 180); @@ -1575,10 +1575,10 @@ fet_beginchar ("snap pizzicato (Bartok pizzicato)", "snappizzicato"); penpos4 (thickness, 0); x1 = 0; - y1r = h; + y1r = height / 2; x3 = x1; y3r = -y1r; - x4r = w; + x4r = width / 2; y4 = 0; x2r = -x4r; y2 = y4;