From: Carl Sorensen Date: Sun, 4 Apr 2010 19:56:35 +0000 (-0600) Subject: Make whole notes in solfa style the same width as half notes X-Git-Tag: release/2.13.18-1~18^2~1^2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8673827dbc6883c29679fedb094297127cd6db4f;p=lilypond.git 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 --- 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) =