]> git.donarmstrong.com Git - lilypond.git/blob - mf/feta-solfa.mf
* mf/feta-bolletjes.mf: merge solfa heads into main note heads.
[lilypond.git] / mf / feta-solfa.mf
1 % solfa.mf - implements solfa shaped notes
2 %
3 % (c) 2001--2004 Glen Prideaux <glenprideaux@iname.com>
4
5 % We can use the regular distorted-elliptical head in the feta font
6 % for the sol head, but we can't use the triangle or diamond heads for
7 % the do or me because they're too narrow and their lines too thin.
8
9 fet_begingroup("solfa");
10
11 noteheight#:=staff_space# + overdone_heads * stafflinethickness#;
12 define_pixels(noteheight);
13
14 fet_endgroup("solfa")