]> git.donarmstrong.com Git - lilypond.git/blob - mf/parmesan-dots.mf
Run grand-replace for 2012
[lilypond.git] / mf / parmesan-dots.mf
1 % Feta (not the Font-En-Tja) music font -- dot vaticana
2 % This file is part of LilyPond, the GNU music typesetter.
3 %
4 % Copyright (C) 2006--2012 Juergen Reuter <reuter@ipd.uka.de>
5
6 %
7 % LilyPond is free software: you can redistribute it and/or modify
8 % it under the terms of the GNU General Public License as published by
9 % the Free Software Foundation, either version 3 of the License, or
10 % (at your option) any later version.
11 %
12 % LilyPond is distributed in the hope that it will be useful,
13 % but WITHOUT ANY WARRANTY; without even the implied warranty of
14 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 % GNU General Public License for more details.
16 %
17 % You should have received a copy of the GNU General Public License
18 % along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
19
20 fet_begingroup ("dots");
21
22 save dot_diam;
23
24 3 dot_diam# = staff_space# - stafflinethickness#;
25 define_whole_blacker_pixels (dot_diam);
26
27 fet_beginchar ("duration dot", "dotvaticana");
28         pickup pencircle scaled dot_diam;
29
30         lft x0 = 0;
31         top y0 = vround (.5 dot_diam);
32
33         drawdot z0;
34
35         set_char_box (0, dot_diam#, .5 dot_diam#, .5 dot_diam#);
36 fet_endchar;
37
38 fet_endgroup ("dots");