X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-toevallig.mf;h=1f2690dd5e1d7f55c2ba1001c6023d0c049f082c;hb=edb8beaf27c2ce6b7fd2c80fcdb3febbd4791c86;hp=0008ffa04ceb037926ee7c1737eb2dfc8644d500;hpb=8943476ee0c8992d8c67e68f380c13eff8906083;p=lilypond.git diff --git a/mf/feta-toevallig.mf b/mf/feta-toevallig.mf index 0008ffa04c..1f2690dd5e 100644 --- a/mf/feta-toevallig.mf +++ b/mf/feta-toevallig.mf @@ -1,7 +1,7 @@ % % feta-toevallig.mf -- implement Accidentals % -% (c) 1997--2006 Han-Wen Nienhuys +% (c) 1997--2007 Han-Wen Nienhuys % @@ -73,7 +73,7 @@ def draw_meta_sharp (expr width, offset) = pickup pencircle scaled 2 blot_diameter; rt x2 - lft x1 = beamwidth; - y2 - y1 = sharp_beamheight; + z2 = z1 + whatever * (beamwidth, sharp_beamheight); .5 [z1, z3] = (.5 w, offset); x3 = x2; top y2 - bot y3 = sharp_beamheight; @@ -828,8 +828,8 @@ fet_beginchar ("Double Flat", "flatflat"); (left_wid + right_wid - overlap) * staff_space#, .6 staff_space#, 1.9 staff_space#); draw_meta_flat (0, left_wid * staff_space, 1/3 staff_space); - draw_meta_flat (round ((left_wid - overlap) * staff_space), - right_wid * staff_space, 0.33 staff_space); + draw_meta_flat (hround ((left_wid - overlap) * staff_space), + right_wid * staff_space, 1/3 staff_space); fet_endchar; @@ -844,8 +844,8 @@ fet_beginchar ("3/4 Flat", "flatflat.slash"); (left_wid + right_wid - overlap) * staff_space#, .6 staff_space#, 1.9 staff_space#); draw_meta_flat (0, left_wid * staff_space, 1/3 staff_space); - draw_meta_flat (round ((left_wid - overlap) * staff_space), - right_wid * staff_space, 0.33 staff_space); + draw_meta_flat (hround ((left_wid - overlap) * staff_space), + right_wid * staff_space, 1/3 staff_space); %% maybe we should clip part of the stems? %% or make the 1st flat smaller?