Thanks, Guido -- that was EXACTLY what I needed!

Of course, my perfectionism has taken over, and I've tweaked the
notation slightly more, with the final result being as follows:

PUT2("/Times-Italic-Bold 16 selectfont %.1f %.1f M (8vb) show\n",
      x+9, y+5);

Now my output notation looks almost exactly like the sheet music I
transcribed it from.  Of course, now I can't make it say "8va" in the
proper location at the top of the clef, but for my custom purposes,
that's OK (as long as I remember what I changed so I can put it back the
right way  :-)  )

Now we should probably both get back to work.  ;)

-Chris


Guido Gonzato wrote:
> 
> 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

-- 
Christopher Myers, Graduate Software Developer 
Ingenta, Inc.
111R Chestnut St.
Providence, RI  02903
ph:  401.331.2014 x 102
em:  [EMAIL PROTECTED]
aim: chrismyers001
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html

Reply via email to