Re: new and context

2012-12-07 Thread Trevor Daniels
Noeck, you wrote Thursday, December 06, 2012 11:58 PM Am 07.12.2012 00:24, schrieb Trevor Daniels: It's the LilyPond grammar as extracted from the input to Bison (somewhat simplified). Bison generates the parser which then implements this grammar. You need to understand this grammar

Re: LilyPond contribute

2012-12-07 Thread m...@mikesolomon.org
Hey Yevgeny! Sorry for the delayed response. We'd love for you to join the team! In order to get set up, you'll want to read portions of the LilyPond Contributor's Guide (http://lilypond.org/doc/v2.17/Documentation/contributor/index). Specifically :

Interactive compiling

2012-12-07 Thread Joao E. Pereira Jr
Hi team, Most lilypond GUI projects (Frescobaldi, Denemo) I have seen implement a wrapper in lilypond. I am investigating the possibility to transform lilypond in a more interactive compiler. I have little understanding of the code for now, and noticed that before start to parse Lily_parser

Re: Interactive compiling

2012-12-07 Thread David Kastrup
Joao E. Pereira Jr joao...@gmail.com writes: Hi team, Most lilypond GUI projects (Frescobaldi, Denemo) I have seen implement a wrapper in lilypond. I am investigating the possibility to transform lilypond in a more interactive compiler. I have little understanding of the code for now, and

Re: Interactive compiling

2012-12-07 Thread Richard Shann
On Fri, 2012-12-07 at 12:00 -0500, lilypond-devel-requ...@gnu.org wrote: Hi team, Most lilypond GUI projects (Frescobaldi, Denemo) I have seen implement a wrapper in lilypond. I am investigating the possibility to transform lilypond in a more interactive compiler. FWIW Denemo is currently

Re: Interactive compiling

2012-12-07 Thread Graham Percival
On Fri, Dec 07, 2012 at 02:05:30PM -0200, Joao E. Pereira Jr wrote: I have little understanding of the code for now, and noticed that before start to parse Lily_parser executes a huge amount of code loading init.ly and his sons. Could that loading process be isolated, pre executed and

Doc: improve example of using positions property (2993) (issue 6866045)

2012-12-07 Thread graham
LGTM https://codereview.appspot.com/6866045/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Doc: cautionary accidentals after a key change (3000) (issue 6872049)

2012-12-07 Thread graham
LGTM https://codereview.appspot.com/6872049/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add note to manuals.html describing formats of manuals (Issue 2895) (issue 6867054)

2012-12-07 Thread graham
I have a few problems with this. The general design of lilypond.org puts all text (or almost all) inside divs, which in turn are displayed inside boxes. A more serious concern is that this text is fairly wordy and pushes the real material (i.e. the links to manuals) lower on the page. If

Re: Add note to manuals.html describing formats of manuals (Issue 2895) (issue 6867054)

2012-12-07 Thread graham
I have a few problems with this. The general design of lilypond.org puts all text (or almost all) inside divs, which in turn are displayed inside boxes. A more serious concern is that this text is fairly wordy and pushes the real material (i.e. the links to manuals) lower on the page. If