diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/musictex/musicd20.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/musictex/musicd20.mf | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/Master/texmf-dist/fonts/source/public/musictex/musicd20.mf b/Master/texmf-dist/fonts/source/public/musictex/musicd20.mf deleted file mode 100644 index c8e36c9547c..00000000000 --- a/Master/texmf-dist/fonts/source/public/musictex/musicd20.mf +++ /dev/null @@ -1,48 +0,0 @@ -%%% -% this is musicd20.mf -%%% - -% input modes -% input local - -mode_setup; - -%blacker:=0; %uncomment to override - -font_size 20pt#; - -nhh#:=1/4designsize; %noteheadheight -nhw#:=1.2nhh#; %noteheadwidth - -thin#:=1/50designsize; -med#:=1/33designsize; -thick#:=1/16designsize; - -thinwidth := 0.125pt; -s := 1.25pt; -S := 1/16designsize; - -beamht#:=0.48nhh#; %beamthickness - -% use pixelmacros from plain -define_pixels(nhh,nhw,beamht); -define_blacker_pixels(thin,med,thick); - -% pair constants -pair ne,se,sw,nw; %northeast,southeast,southwest,northwest -ne = up+right; se = down+right; sw = down+left; nw = up+left; - -% displaying:=2; %uncomment to see characters immediatly on screen - -def clear = - numeric x[],y[],x[]l,y[]l,x[]r,y[]r,dx[],dy[]; - pair sh[]; -enddef; - -% this macro might be deleted -def penstrike text t = - forsuffixes e = l,r: path_.e:=t; endfor - if cycle path_.l: cyclestroke_ - else: filldraw path_.l -- reverse path_.r -- cycle - fi -enddef; |