]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix glyph bounding box for the snappizzicato
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 29 Aug 2009 15:49:26 +0000 (17:49 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 29 Aug 2009 15:49:43 +0000 (17:49 +0200)
mf/feta-schrift.mf

index 41b7605e1a770477503456db917a840b2b79e55f..313e39b5426bc49803ff6bbc12ca046b37e90e55 100644 (file)
@@ -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;