]> git.donarmstrong.com Git - lilypond.git/commitdiff
Make whole notes in solfa style the same width as half notes
authorCarl Sorensen <c_sorensen@byu.edu>
Sun, 4 Apr 2010 19:56:35 +0000 (13:56 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sun, 4 Apr 2010 19:56:35 +0000 (13:56 -0600)
This was requested in
http://wiki.lilynet.net/index.php/Shapenote_notehead_aesthetics

mf/feta-noteheads.mf

index 3a876ee8640b208d8556b1173db04340ff85f57a..e66a39221251159960382eddf384ea56889b2999 100644 (file)
@@ -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) =