[frogs] Re: Named book file suffixes -- regtest? |
[ Thread Index | Date Index | More lilynet.net/frogs Archives ]
I think this error message says that it's expecting a symbol, and instead it
gets an empty list, which is the value of counter-alist right now.
So I think you should try
This puts the symbol as the argument, rather than the value of the symbol, I
(ly:parser-define! parser 'counter-alist (assoc-set! counter-alist
output-suffix (1+ output-count)))
think.
Carl
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |