[Patch] Indentation in parser.yy

2010-09-14 Thread Valentin Villenave
Greetings everybody, I'm currently fiddling with the parser on my local branch (I know adding things to the parser is a big no-no, but nevertheless I hope to come up with some interesting proposals after 2.14 is out). And while doing so, I figured I could make the indentation a little more

Re: [Patch] Indentation in parser.yy

2010-09-14 Thread Graham Percival
On Tue, Sep 14, 2010 at 03:11:53PM +0200, Valentin Villenave wrote: It's not much, but since it does change quite a few lines (in a such critical source file, on top of that), there's no way I'm gonna try and push that myself :-) Rejected. Don't manually screw with indentation, especially in

Re: [Patch] Indentation in parser.yy

2010-09-14 Thread Trevor Daniels
Graham Percival wrote Tuesday, September 14, 2010 2:24 PM On Tue, Sep 14, 2010 at 03:11:53PM +0200, Valentin Villenave wrote: It's not much, but since it does change quite a few lines (in a such critical source file, on top of that), there's no way I'm gonna try and push that myself :-)

Re: [Patch] Indentation in parser.yy

2010-09-14 Thread Graham Percival
On Tue, Sep 14, 2010 at 4:27 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Graham Percival wrote Tuesday, September 14, 2010 2:24 PM On Tue, Sep 14, 2010 at 03:11:53PM +0200, Valentin Villenave wrote: It's not much, but since it does change quite a few lines (in a such critical source

Re: [Patch] Indentation in parser.yy

2010-09-14 Thread Valentin Villenave
On Tue, Sep 14, 2010 at 6:11 PM, Graham Percival gra...@percival-music.ca wrote: On Tue, Sep 14, 2010 at 4:27 PM, Trevor Daniels t.dani...@treda.co.uk wrote: You know, after rebuffs like this it's hardly surprising you don't get many people offering to help you.  Seeing this, anyone thinking

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