Re: [frogs] Re: Named book file suffixes -- regtest? |
[ Thread Index | Date Index | More lilynet.net/frogs Archives ]
Will it work with the above line missing? The whole point of using
On 3/1/09 2:44 PM, "Marek Klein" <marek@xxxxxxxxxxxxx> wrote:
>
>
> With your suggestion and one more line of code it works now with
> ly:parser-define!
>
> (define counter-alist '())
ly:parser-define! is to avoid having a global variable.
When you use
(define counter-alist '())
you are defining counter-alist as a global variable. I think you should be
able to just remove that line.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |