2 % feta-beum.mf -- implement runtime MF beams
4 % source file of LilyPond's pretty-but-neat music font
6 % (c) 1997--2003 Jan Nieuwenhuizen <janneke@gnu.org>
10 def drawbeam(expr widths,slope,thicks) =
11 beginchar(0,0,0,0) "Embedded mf";
14 height#:=slope*width#;
15 % do separately, to identify "value too large"
16 define_pixels(height);
19 fill (0, - thick/2)--(width,height - thick/2)--(width,height+thick/2)--(0,thick/2)