]> git.donarmstrong.com Git - lilypond.git/commitdiff
shortening of downstem 8th flag
authorJanek Warchoł <lemniskata.bernoulliego@gmail.com>
Fri, 18 Mar 2011 10:38:37 +0000 (11:38 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 26 Mar 2011 15:24:45 +0000 (15:24 +0000)
This was discussed here:
http://lists.gnu.org/archive/html/lilypond-devel/2011-03/msg00128.html
Not many people gave their opinions;
Carl prefers not changing this, but he doesn't feel strongly about it,
Werner is not sure, but feels a bit more like shortening the flag,
Mike agrees to make the change.
My opinion is that it should be changed.

mf/feta-flags.mf

index 95cedb1a82dc8ed60c9d38b06c477bd802a4ff03..68a39a74162e87d0ee8e0014feea013010e1185d 100644 (file)
@@ -312,12 +312,12 @@ fet_beginchar ("8th (down)", "d3");
        save flagspace, total_depth, flag_count;
 
        flag_count = 1;
-       total_depth# = 2.85 staff_space#;
+       total_depth# = 2.75 staff_space#;
        flare = staff_space;
        flagspace# = .9 staff_space#;
-       hip_depth_ratio = .72;
+       hip_depth_ratio = .74;
        hip_width# = downflag_width# - hip_thickness# / 2;
-       foot_width_ratio = .8;
+       foot_width_ratio = .85;
 
        (flag_count - 1) * flagspace# + foot_depth# = total_depth#;