From 3c6191bacd9ee7791b0b5278f9273ead330a1530 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Warcho=C5=82?= Date: Fri, 18 Mar 2011 11:50:36 +0100 Subject: [PATCH] downstem 16th and 32nd flags touchup 32nd downstem flag is made less 'bumpy' (curves on the right edge of the flag are less pronounced, to match 64th and 128th flags better). Also, 16th and 32nd flags are made more consistent. In particular, flares are corrected so now 32nd flag isn't suddenly thicker than 16th flag. --- mf/feta-flags.mf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mf/feta-flags.mf b/mf/feta-flags.mf index 68a39a7416..7f5c14d8bc 100644 --- a/mf/feta-flags.mf +++ b/mf/feta-flags.mf @@ -345,7 +345,7 @@ fet_beginchar ("16th (down)", "d4"); flag_count = 2; total_depth# = 3.0 staff_space# - blot_diameter# / 2; - flare = .8 staff_space; + flare = .82 staff_space; flagspace# = .9 staff_space#; hip_depth_ratio = .85; hip_width# = downflag_width# - hip_thickness# / 2; @@ -380,11 +380,11 @@ fet_beginchar ("32nd (down)", "d5"); flag_count = 3; total_depth# = 3.75 * staff_space# - blot_diameter# / 2; - flare = .84 staff_space; - flagspace# = .9 staff_space#; - hip_depth_ratio = .85; + flare = .82 staff_space; + flagspace# = .88 staff_space#; + hip_depth_ratio = .87; hip_width# = downflag_width# - hip_thickness# / 2; - foot_width_ratio = .95; + foot_width_ratio = .965; (flag_count - 1) * flagspace# + foot_depth# = total_depth#; @@ -399,9 +399,9 @@ fet_beginchar ("32nd (down)", "d5"); hip_depth_ratio, foot_width_ratio, hip_thickness, foot_thickness, 0); - add_flag (flagspace, flare, .97, 1.00, 1.25, + add_flag (flagspace, flare, .98, 1.00, 1.22, hip_thickness, foot_thickness); - add_flag (flagspace, flare, .95, 1.05, 1.25, + add_flag (flagspace, flare, .95, 1.02 , 1.22, hip_thickness, foot_thickness); draw_square_block ((-0.5 stemthickness_rounded, 0), -- 2.39.5