From 4a8e84ba5dc1f8b71fda44b848b601349a80403a Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 2 Nov 1998 16:25:15 +0100 Subject: [PATCH] partial: 1.1.1.jcn --- Documentation/tex/feta.tex | 46 ++++++++++++++++++++++++++++++ {bin => buildscripts}/ps-to-pfa.py | 0 2 files changed, 46 insertions(+) create mode 100644 Documentation/tex/feta.tex rename {bin => buildscripts}/ps-to-pfa.py (100%) diff --git a/Documentation/tex/feta.tex b/Documentation/tex/feta.tex new file mode 100644 index 0000000000..cf2f881c94 --- /dev/null +++ b/Documentation/tex/feta.tex @@ -0,0 +1,46 @@ +% display all feta chars in a pretty picture +% GNU LilyPond +% (c) 1998 Jan Nieuwenhuizen + +\parindent0pt +\nopagenumbers +\newcount\n +\newcount\i + +\font\fetatwenty = feta20 +\font\fetanumber = feta-nummer12 +\font\fetafinger = feta-nummer5 +\font\fetadyn = feta-din10 scaled \magstep 2 + +\def\setchar#1#2{\hbox to\charwidth{\hss{#1\char#2}}} + +\def\charsperline{6} +\def\charheight{55pt} +\def\charwidth{60pt} + +\def\listfont#1#2#3{ + \n=#2 + \advance\n by-1 + \advance\n by-\charsperline + \loop\ifnum\n<#3 + \advance\n by\charsperline + \i=0 + \vbox to\charheight{\vss\hbox{ + {\loop\ifnum\i<\charsperline + \advance\i by1 + \advance\n by1 + {\setchar{#1}{\number\n}} + \repeat}}}\repeat} + +\listfont{\fetatwenty}{0}{78} +% urg +\vskip-\charheight +\vskip-\charheight +\listfont{\fetanumber}{48}{58} +\vskip-\charheight +\listfont{\fetafinger}{48}{58} +\vskip-\charheight +\listfont{\fetadyn}{0}{6} +\vskip-\charheight + +\bye diff --git a/bin/ps-to-pfa.py b/buildscripts/ps-to-pfa.py similarity index 100% rename from bin/ps-to-pfa.py rename to buildscripts/ps-to-pfa.py -- 2.39.2