diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-20 23:13:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-20 23:13:29 +0000 |
commit | 7cbd6550ac55e762ba01ad62261e56f2e9e24f1d (patch) | |
tree | 4280b9d7e47f8cef9116a7d724f02a037fa284e0 /Master/texmf-dist/fonts/source/public/musictex/slurud16.mf | |
parent | 612e347f3f21bc4531116e898863f1ccc46143b6 (diff) |
rm musictex, superseded by musixtex
git-svn-id: svn://tug.org/texlive/trunk@20506 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/musictex/slurud16.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/musictex/slurud16.mf | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/Master/texmf-dist/fonts/source/public/musictex/slurud16.mf b/Master/texmf-dist/fonts/source/public/musictex/slurud16.mf deleted file mode 100644 index 4a8b0d6a10f..00000000000 --- a/Master/texmf-dist/fonts/source/public/musictex/slurud16.mf +++ /dev/null @@ -1,41 +0,0 @@ -% Change of length into longueur for new modes.mf (Nicolas Brouard 4/11/91) -input musicdef -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% % -% BOGEN (KONKAV) % -% % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - -def drawslurs (expr i,j) = - save jj, factor, longueur, height; - numeric jj, absp, longueur, height, factor; - factor:= 1/6; - height := i*1/2nhh#; - longueur := j*nhw#; - if j<4 : jj := (j*(j-1)+(i-1))*8 - else: jj := (i-1)*8+(j mod 2)*64+floor((j-2)/2);fi; - beginchar(jj, longueur, height, 0); - clear; - z2r = (w,h); - z1l = origin; - absp := abs((-h,w)); - if (factor*absp)>2nhh : factor:= 2nhh/absp fi; - z3r = 1/2z2r+factor*(-h,w); - penpos1(thinwidth,90); - penpos2(thinwidth,90); - penpos3(5/12beamht,90); - currentpen := pencircle xscaled thinwidth yscaled beamht ; - penstroke (z1e..z3e..z2e) rotatedaround (1/2z2r,180); - endchar; -enddef; - -%%%%%%%%%%%%%%%%%%%%%%% -% positive Steigungen % -%%%%%%%%%%%%%%%%%%%%%%% - -for j= 1 upto 17: -for i= 1 upto min(2j,8): -drawslurs(i,j); -endfor;endfor; -end; |