Re: -dinclude-settings=INCLUDEFILE.ly

2010-09-04 Thread Alexander Kobel
On 2010-09-04 00:35, Trevor Daniels wrote: Am Freitag, 3. September 2010, um 22:49:50 schrieb -Eluze: my command was: lilypond -V -dinclude-settings c:\data\ly\includes\myTestInit.ly test.ly what is wrong? No idea. Your file works fine here. This works fine here in the Vista command

Re: -dinclude-settings=INCLUDEFILE.ly

2010-09-04 Thread Trevor Daniels
Alexander Kobel wrote Saturday, September 04, 2010 11:11 AM On 2010-09-04 00:35, Trevor Daniels wrote: Am Freitag, 3. September 2010, um 22:49:50 schrieb -Eluze: my command was: lilypond -V -dinclude-settings c:\data\ly\includes\myTestInit.ly test.ly what is wrong? No idea. Your file

Re: -dinclude-settings=INCLUDEFILE.ly

2010-09-04 Thread -Eluze
Trevor Daniels wrote: Alexander Kobel wrote Saturday, September 04, 2010 11:11 AM On 2010-09-04 00:35, Trevor Daniels wrote: Am Freitag, 3. September 2010, um 22:49:50 schrieb -Eluze: my command was: lilypond -V -dinclude-settings c:\data\ly\includes\myTestInit.ly test.ly what is

13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
Possibly unwelcome changes I picked up: automatic-polyphony-drumstaff.ly: addition of 2 lines Unbound variable: open-file page-breaking-min-systems-per-page2.ly : can't fit music on page A number tests, but including metronome-parenthesized.ly : the initial markup (a tempo marking in this

Re: 13.32 regtests comparisons

2010-09-04 Thread Graham Percival
On Sat, Sep 4, 2010 at 2:42 PM, Phil Holmes m...@philholmes.net wrote: automatic-polyphony-drumstaff.ly: addition of 2 lines Unbound variable: open-file Add filename to 1243. page-breaking-min-systems-per-page2.ly  : can't fit music on page I'm not certain about this one. A number tests,

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
Graham Percival gra...@percival-music.ca wrote in message news:aanlktino+cusnqt1gx3k_rrpr81m7t0owwyxw9fp5...@mail.gmail.com... A number tests, but including metronome-parenthesized.ly : the initial markup (a tempo marking in this case) now starts over the time signature, rather than the

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
Graham Percival gra...@percival-music.ca wrote in message news:aanlktino+cusnqt1gx3k_rrpr81m7t0owwyxw9fp5...@mail.gmail.com... On Sat, Sep 4, 2010 at 2:42 PM, Phil Holmes m...@philholmes.net wrote: automatic-polyphony-drumstaff.ly: addition of 2 lines Unbound variable: open-file Add

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
Phil Holmes m...@philholmes.net wrote in message news:i5tnfk$h...@dough.gmane.org... Graham Percival gra...@percival-music.ca wrote in message news:aanlktino+cusnqt1gx3k_rrpr81m7t0owwyxw9fp5...@mail.gmail.com... On Sat, Sep 4, 2010 at 2:42 PM, Phil Holmes m...@philholmes.net wrote:

Re: 13.32 regtests comparisons

2010-09-04 Thread Neil Puttock
On 4 September 2010 14:42, Phil Holmes m...@philholmes.net wrote: automatic-polyphony-drumstaff.ly: addition of 2 lines Unbound variable: open-file This has been happening for a while in different files, but only appears in the GUB build (I've never seen it in a local regtest comparison). The

Re: 13.32 regtests comparisons

2010-09-04 Thread Neil Puttock
On 4 September 2010 16:05, Phil Holmes m...@philholmes.net wrote: Graham Percival gra...@percival-music.ca wrote in message news:aanlktino+cusnqt1gx3k_rrpr81m7t0owwyxw9fp5...@mail.gmail.com... A number tests, but including metronome-parenthesized.ly : the initial markup (a tempo marking in

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
Neil Puttock n.putt...@gmail.com wrote in message news:aanlktimxcptpxv0csgxgmzezj2mdfdzjuavhku3on...@mail.gmail.com... On 4 September 2010 14:42, Phil Holmes m...@philholmes.net wrote: automatic-polyphony-drumstaff.ly: addition of 2 lines Unbound variable: open-file This has been happening

Re: 13.32 regtests comparisons

2010-09-04 Thread Neil Puttock
On 4 September 2010 16:35, Phil Holmes m...@philholmes.net wrote: Report these when I see them or ignore them? It's probably best just to note similar changes in the issue you've just added. Spotted this but didn't understand what it meant (other than it's splitting the words apart). TBH,

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
Neil Puttock n.putt...@gmail.com wrote in message news:aanlkti=zrxxufoe31r-p85gddou1fzzppr6lnxt-n...@mail.gmail.com... On 4 September 2010 16:35, Phil Holmes m...@philholmes.net wrote: Got it. Shame there's no way to put something like This is an intended error in the logfile :-( Anyway,

Fix #818. (issue2128043)

2010-09-04 Thread n . puttock
Reviewers: , Message: Hi everybody, This patch appears to fix the bus error/segfault reported in issue 818, but it's unclear to me why it works. Please review. Thanks, Neil Description: Fix #818. Use unsmob_engraver ()/unsmob_performer () instead of explicit casting in translator-group.cc

Re: 13.32 regtests comparisons

2010-09-04 Thread Reinhold Kainhofer
Am Samstag, 4. September 2010, um 15:42:49 schrieb Phil Holmes: Possibly unwelcome changes I picked up: automatic-polyphony-drumstaff.ly: addition of 2 lines Unbound variable: open-file page-breaking-min-systems-per-page2.ly : can't fit music on page A number tests, but including

Re: Fix #818. (issue2128043)

2010-09-04 Thread Carl Sorensen
Looks good to me. I'd guess that it works because you prevent the compiler optimizations from doing whatever optimization it did on dynamic_cast. This is a reasonable change, IMO, and it solves the problem, so I'm in favor of pushing it. Carl On 9/4/10 10:40 AM, n.putt...@gmail.com

Re: -dinclude-settings=INCLUDEFILE.ly

2010-09-04 Thread Trevor Daniels
Eluze wrote Saturday, September 04, 2010 12:40 PM now i found that it works if i rename the lilypond file and start lilypond with the full specification: c:\program files\lilypond2.13.32\usr\bin\lilypond -dinclude-settings=c:/data/ly/includes/myTestInit.ly test.ly but not with c:\program

backslash-newline in lily/include/staff-symbol-referencer.hh

2010-09-04 Thread Graham Percival
In lily/include/staff-symbol-referencer.hh , but outside of the class Staff_symbol_referencer, there are two functions: int compare_position (Grob *const , Grob *const );\ bool position_less (Grob *const , Grob *const ); What's the backslash doing? I'm familiar with a backslash being a newline

Re: -dinclude-settings=INCLUDEFILE.ly

2010-09-04 Thread Colin Campbell
On 10-09-04 05:40 AM, -Eluze wrote: now i found that it works if i rename the lilypond file and start lilypond with the full specification: c:\program files\lilypond2.13.32\usr\bin\lilypond -dinclude-settings=c:/data/ly/includes/myTestInit.ly test.ly but not with c:\program

Fw: -dinclude-settings=INCLUDEFILE.ly

2010-09-04 Thread Trevor Daniels
copied to -Devel .. - Original Message - From: Trevor Daniels t.dani...@treda.co.uk To: eluze elu...@gmail.com Sent: Sunday, September 05, 2010 12:08 AM Subject: Re: -dinclude-settings=INCLUDEFILE.ly eluze wrote Saturday, September 04, 2010 10:36 PM thanks Trevor - that works!

Re: backslash-newline in lily/include/staff-symbol-referencer.hh

2010-09-04 Thread Neil Puttock
On 4 September 2010 21:43, Graham Percival gra...@percival-music.ca wrote: If it's just a typo, could we remove it? Looks like Joe's finger slipped. :) Cheers, Neil ___ lilypond-devel mailing list lilypond-devel@gnu.org