1 % -%-Fundamental-%- -*-Metafont-*-
2 % parmesan-dots.mf -- dot vaticana
4 % source file of LilyPond's pretty-but-neat music font
6 % (c) 2006--2007 Juergen Reuter <reuter@ipd.uka.de>
9 fet_begingroup ("dots");
13 3 dot_diam# = staff_space# - stafflinethickness#;
14 define_whole_blacker_pixels (dot_diam);
16 fet_beginchar ("duration dot", "dotvaticana");
17 pickup pencircle scaled dot_diam;
20 top y0 = vround (.5 dot_diam);
24 set_char_box (0, dot_diam#, .5 dot_diam#, .5 dot_diam#);
27 fet_endgroup ("dots");