summaryrefslogtreecommitdiff
path: root/mf
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-11-07 01:59:28 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2006-11-07 01:59:28 +0000
commit82c6e5889b1c3f79b818de896904bb50a399580b (patch)
treeba2431b24af95e31b3f6a2c6a05a07328b3308f5 /mf
parent0cea316d3d14c6f11ea79139574ce848cb5c46f3 (diff)
*** empty log message ***
Diffstat (limited to 'mf')
-rw-r--r--mf/feta-beum.mf23
1 files changed, 0 insertions, 23 deletions
diff --git a/mf/feta-beum.mf b/mf/feta-beum.mf
deleted file mode 100644
index ea93815e82..0000000000
--- a/mf/feta-beum.mf
+++ /dev/null
@@ -1,23 +0,0 @@
-%
-% feta-beum.mf -- implement runtime MF beams
-%
-% source file of LilyPond's pretty-but-neat music font
-%
-% (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
-%
-mode_setup;
-
-def drawbeam(expr widths,slope,thicks) =
- beginchar(0,0,0,0) "Embedded mf";
- width#:=widths*1pt#;
- thick#:=thicks*1pt#;
- height#:=slope*width#;
- % do separately, to identify "value too large"
- define_pixels(height);
- define_pixels(thick);
- define_pixels(width);
- fill (0, - thick/2)--(width,height - thick/2)--(width,height+thick/2)--(0,thick/2)
- -- cycle;
- endchar;
- enddef;
-