diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-11-07 01:59:28 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-11-07 01:59:28 +0000 |
commit | 82c6e5889b1c3f79b818de896904bb50a399580b (patch) | |
tree | ba2431b24af95e31b3f6a2c6a05a07328b3308f5 | |
parent | 0cea316d3d14c6f11ea79139574ce848cb5c46f3 (diff) |
*** empty log message ***
-rw-r--r-- | mf/feta-beum.mf | 23 |
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; - |