From 8673827dbc6883c29679fedb094297127cd6db4f Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sun, 4 Apr 2010 13:56:35 -0600 Subject: [PATCH] Make whole notes in solfa style the same width as half notes This was requested in http://wiki.lilynet.net/index.php/Shapenote_notehead_aesthetics --- mf/feta-noteheads.mf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mf/feta-noteheads.mf b/mf/feta-noteheads.mf index 3a876ee864..e66a392212 100644 --- a/mf/feta-noteheads.mf +++ b/mf/feta-noteheads.mf @@ -1011,8 +1011,8 @@ define_blacker_pixels (solfa_pen_thick); save solfa_base_notewidth; solfa_base_notewidth# := black_notehead_width#; -solfa_whole_width := whole_notehead_width# / black_notehead_width#; -solfa_half_width := half_notehead_width# / black_notehead_width#; +solfa_whole_width := 1.0; +solfa_half_width := 1.0; solfa_quarter_width := 1.0; def draw_do_head (expr width_factor, dir) = -- 2.39.2