Re: Help understanding how code works (or doesn't)

2010-09-18 Thread Carl Sorensen
On 9/16/10 4:55 PM, Neil Puttock n.putt...@gmail.com wrote: On 15 September 2010 03:40, Carl Sorensen c_soren...@byu.edu wrote: Note that at this point, I haven't changed the value to which I am setting 'measurePosition.  So, can anybody help me see why this code doesn't work? It looks

Re: Help understanding how code works (or doesn't)

2010-09-18 Thread Neil Puttock
On 18 September 2010 20:38, Carl Sorensen c_soren...@byu.edu wrote: How would one go about trying to verify this with the debugger? You could try following the ApplyContext path, to check it leads up to a set_property () call. TBH, I'm now not so sure what I said earlier is really happening:

Re: Help understanding how code works (or doesn't)

2010-09-16 Thread Neil Puttock
On 15 September 2010 03:40, Carl Sorensen c_soren...@byu.edu wrote: Note that at this point, I haven't changed the value to which I am setting 'measurePosition.  So, can anybody help me see why this code doesn't work? It looks like adding the extra iteration step (ApplyContext) delays the

Help understanding how code works (or doesn't)

2010-09-14 Thread Carl Sorensen
I'm trying to fix Issue 372, which has \partial 4 \grace f16 d4 | \repeat unfold 8 c8 fail to autobeam the 8th notes. In running through the debugger, the problem is caused because a grace part shows up in the measure position, so the autobeam never kicks in. I think that the reason for this