Laura wrote:
|   Attached is a file of a tune with several verses.
|
| But then I forgot to attach it:

My clone of abc2ps had the  same  problem,  and  I  found  it  pretty
quickly.   If  you have the source, there's a 1-byte change that will
fix it.  In abc2ps.h there are the lines:

#define NWLINE      5           /* max number of vocal lines per staff */
        ...
        char *wordp[NWLINE];    /* pointers to wpool for vocals */

This is a hard limit of 5 w:  lines per staff, and there's no runtine
feechur  for upping the number.  So just change NWLINE to be a larger
number and recompile.

The right solution would make this dynamically sized, of course. I'll
add this to my TODO file ...

Which reminds me:  My abc2ps clone is at sourceforge, but  I  haven't
been able to learn how to tell people where to get it.  It sure seems
like it oughta be simple.  Anyone know where the clues are hidden?

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

Reply via email to