Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / mf / parmesan-dots.mf
blob826dabe2c86cc6a5e68407b395e03e30c533b50a
1 % -%-Fundamental-%- -*-Metafont-*-
2 % parmesan-dots.mf -- dot vaticana
3
4 % source file of LilyPond's pretty-but-neat music font
5
6 % (c) 2006--2009 Juergen Reuter <reuter@ipd.uka.de>
7
9 fet_begingroup ("dots");
11 save dot_diam;
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;
19         lft x0 = 0;
20         top y0 = vround (.5 dot_diam);
22         drawdot z0;
24         set_char_box (0, dot_diam#, .5 dot_diam#, .5 dot_diam#);
25 fet_endchar;
27 fet_endgroup ("dots");