[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to modify `afterGraceFraction` mid-score?
From: |
Werner LEMBERG |
Subject: |
Re: how to modify `afterGraceFraction` mid-score? |
Date: |
Thu, 19 Dec 2024 20:38:25 +0000 (UTC) |
>> 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