On Tue, 7 Jan 2003, Christopher Myers wrote:

> * I can make notation that looks like this:
> 
>  ___|)__
> |___/___
> |__/|___
> |_/(|,\_
> |_\_|_/_
>     |  
>   (_| 
>     8
> 
> by simply putting K:treble-8 but the 8 is too small for my taste.
> 
> Perhaps I'm being too much of a perfectionist here, but if there's a way
> to do what I want, I'd very much like to try.

being a perfectionist is the engine of civilization (sometimes...) well, I
have found a quick solution that involves a minor modification to the
source. Grab the abcm2ps source archive, unpack it, then edit the file
draw.c. At line 2619, you'll read:

PUT2("/Times-Roman 10 selectfont %.1f %.1f M (8) show\n",
     x, y);

all you have to do is change this line as:

PUT2("/Times-Roman 16 selectfont %.1f %.1f M (8) show\n",
     x, y - 3);

then run ./configure, make, and make install as usual.

I suppose Jean-Fran�ois will find a way to make it possible to customise
even this small detail... or I'll see to it.

Ciao,
     Guido =8-)

-- 
Guido Gonzato, Ph.D. <guido . gonzato at univr . it> - Linux System Manager
Universita' di Verona (Italy), Facolta' di Scienze MM. FF. NN.
Ca' Vignal II, Strada Le Grazie 15, 37134 Verona (Italy)
Tel. +39 045 8027990; Fax +39 045 8027928 --- Timeas hominem unius libri

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html

Reply via email to