X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-timesig.mf;h=ffaa1883f99ed17bf4df7152fb32a5820c94ca32;hb=dc874af424d0a283b76d45997f77b15a98afec84;hp=33bcccccba719144af724173e1013862fc85ea1e;hpb=f423fa364db4d816ee207a675fd1c0d7ef26cd22;p=lilypond.git diff --git a/mf/feta-timesig.mf b/mf/feta-timesig.mf index 33bcccccba..ffaa1883f9 100644 --- a/mf/feta-timesig.mf +++ b/mf/feta-timesig.mf @@ -3,7 +3,7 @@ % % source file of the Feta (not an abbreviation of Font-En-Tja) music font % -% (c) 1998--2004 Mats Bengtsson , +% (c) 1998--2009 Mats Bengtsson , % Christian Mondrup fet_begingroup ("timesig"); @@ -18,7 +18,7 @@ fet_begingroup ("timesig"); % * The inside curve of the C is rather straight. % * The outside curve of the C is rather round. % * Right tips of the C point slightly outward. -% * Lower tip protudes to the right very slightly. +% * Lower tip protrudes to the right very slightly. % def draw_C = @@ -89,11 +89,11 @@ fet_endchar; fet_beginchar ("2/2 meter", "C22"); - save excentricity, top_stemlen, bottom_stemlen, thick, left_pos; + save eccentricity, top_stemlen, bottom_stemlen, thick, left_pos; draw_C; - excentricity = -1.75 stafflinethickness - 0.025 staff_space; + eccentricity = -1.75 stafflinethickness - 0.025 staff_space; top_stemlen# = bottom_stemlen# = 1.4 staff_space#; thick# = stafflinethickness# + 0.05 staff_space#; define_whole_pixels (top_stemlen, bottom_stemlen); @@ -101,8 +101,8 @@ fet_beginchar ("2/2 meter", "C22"); bottom_stemlen := bottom_stemlen - feta_shift; - draw_block ((x2 + excentricity, -bottom_stemlen), - (x2 + excentricity + thick, top_stemlen)); + draw_block ((x2 + eccentricity, -bottom_stemlen), + (x2 + eccentricity + thick, top_stemlen)); fet_endchar; fet_endgroup ("timesig");