organization for policy decisions

2010-09-18 Thread Graham Percival
One of my main goals for the past two years has been reducing the amount of oral tradition in lilypond development. Knowledge of the internals, techniques for debugging, and our policies have been explained in bits and pieces in emails, which makes it hard for beginners to get started. This led

[PATCH]: Doc: LM 3.2: Entering voices in the correct order.

2010-09-18 Thread Mark Polesky
This patch should prevent the type of confusion that leads to bug #45: http://code.google.com/p/lilypond/issues/detail?id=45 Comments/objections? Okay to push? - Mark From e7b56245a794067916dd8766562b4a7cfb43a95a Mon Sep 17 00:00:00 2001 From: Mark Polesky markpole...@yahoo.com Date:

Re: [PATCH]: Doc: LM 3.2: Entering voices in the correct order.

2010-09-18 Thread Carl Sorensen
On 9/18/10 12:23 PM, Mark Polesky markpole...@yahoo.com wrote: This patch should prevent the type of confusion that leads to bug #45: http://code.google.com/p/lilypond/issues/detail?id=45 Comments/objections? Okay to push? I like the documentation, as it clarifies things. But I think

Re: [PATCH]: Doc: LM 3.2: Entering voices in the correct order.

2010-09-18 Thread Graham Percival
On Sat, Sep 18, 2010 at 7:23 PM, Mark Polesky markpole...@yahoo.com wrote: This patch should prevent the type of confusion that leads to bug #45: http://code.google.com/p/lilypond/issues/detail?id=45 Hmm. - I don't like the @example; could you use @enumerate instead? - delete the The

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: Tablature: proper support for tie/slur- and tie/glissando-constellations (issue2191042)

2010-09-18 Thread n . puttock
On 2010/09/17 07:01:40, marc wrote: TO be honest, I don't understand what you mean here. Add #(ly:set-option 'check-internal-types) to your snippet below. Two of the bounds aren't TabNoteHeads; these are the left bounds of the ties following a break. Try running `make check' to see what

Re: Tablature: proper support for tie/slur- and tie/glissando-constellations (issue2191042)

2010-09-18 Thread Graham Percival
On Sat, Sep 18, 2010 at 9:21 PM, n.putt...@gmail.com wrote: On 2010/09/17 07:01:40, marc wrote: Done. Looking at various files in input/regression, I see there are various formatting styles. What about adding a file called template.ly or something similar, which can be copied and edited

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:

Possible fix for #372. (issue2228042)

2010-09-18 Thread Carl . D . Sorensen
LGTM http://codereview.appspot.com/2228042/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: [PATCH]: Doc: LM 3.2: Entering voices in the correct order.

2010-09-18 Thread Trevor Daniels
Mark Polesky wrote Saturday, September 18, 2010 7:23 PM This patch should prevent the type of confusion that leads to bug #45: http://code.google.com/p/lilypond/issues/detail?id=45 Comments/objections? Okay to push? I like it; much improved! I (more or less[1]) agree with Graham's

Re: [PATCH]: Doc: LM 3.2: Entering voices in the correct order.

2010-09-18 Thread Carl Sorensen
On 9/18/10 7:59 PM, Mark Polesky markpole...@yahoo.com wrote: Carl, it looks like you're outnumbered wrt to LM vs. NR, but feel free to protest against us masses, we'll listen. Well, the Notation Reference is supposed to contain all the information necessary to understand all the notation.