]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-puntje.mf
resolve merge
[lilypond.git] / mf / feta-puntje.mf
diff --git a/mf/feta-puntje.mf b/mf/feta-puntje.mf
deleted file mode 100644 (file)
index a24e369..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-%
-% feta-puntje.mf -- a duration dot
-%
-% source file of the GNU LilyPond music typesetter
-%
-% (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
-fet_begingroup ("dots");
-
-save dot_diam;
-
-2 dot_diam# = staff_space# - stafflinethickness#;
-define_whole_blacker_pixels (dot_diam);
-
-fet_beginchar ("duration dot", "dot");
-       pickup pencircle scaled dot_diam;
-
-       lft x0 = 0;
-       top y0 = vround (.5 dot_diam);
-
-       drawdot z0;
-
-       set_char_box (0, dot_diam#, .5 dot_diam#, .5 dot_diam#);
-fet_endchar;
-
-fet_endgroup ("dots");