>> you can use `set!`:
Thanks!
>> But note that this may cause race conditions, [...]
Please explain and/or give an example.
> The global variable afterGraceFraction has bothered me for some time
> now. Shouldn't this be a context property? [...]
I guess that David has thought about that...
> (Of course, the current implementation of afterGrace makes this
> comparatively hard to achieve, since the fraction is used for
> determining the length of a skip IIRC.)
...and came to the conclusion that a global variable is the easiest
solution :-)
Werner