]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 7 Nov 2006 01:59:28 +0000 (01:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 7 Nov 2006 01:59:28 +0000 (01:59 +0000)
mf/feta-beum.mf [deleted file]

diff --git a/mf/feta-beum.mf b/mf/feta-beum.mf
deleted file mode 100644 (file)
index ea93815..0000000
+++ /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;
-