On Thu 05 Apr 2001 at 11:34PM +0000, John Chambers wrote:
> 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 ...

This is something that yaps does dynamically. I'd managed to hit the
fixed limit in abc2ps before I started writing yaps.

James Allwright

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

Reply via email to