On Wed, 6 Feb 2002, Atte Andre Jensen wrote:

> The whole thing started with me asking for support because I found
> abc2midi behaving like this. I think I found that support, so now I ask
> officially:

as a last resort, you may consider writing your ABC source code using abcpp
#defines. As it happens, I wrote it to circumvent abc2midi's idiosyncrasies.
This is what I would do:

X:1
...
K:C
...
#ifdef MIDI
... ^F-|^F ...
#else
... ^F-|F ...
#endif
...

Then convert the source with:

  abcpp -MIDI music.abc music-mid.abc  # for abc2midi
  abcpp music.abc music-ps.abc         # for abc*ps

Get abcpp from http://abcplus.sourceforge.net.

Ciao,
     Guido

--
Guido Gonzato, Ph.D. <gonzato at sci . 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 802 7990; Fax +39 045 802 7928  ---  Timeas hominem unius libri

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

Reply via email to