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

2010-09-04 Thread Neil Puttock
On 4 September 2010 21:43, Graham Percival 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 http://lists.gnu.org/mailman/listinfo/lilypond-devel

Fw: -dinclude-settings=INCLUDEFILE.ly

2010-09-04 Thread Trevor Daniels
copied to -Devel .. - Original Message - From: "Trevor Daniels" To: "eluze" 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! now i am eager to know what is behi

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 files\lilypond\u

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 newli

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

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" wrote:

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 includ

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 wh

Re: 13.32 regtests comparisons

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

Re: 13.32 regtests comparisons

2010-09-04 Thread Neil Puttock
On 4 September 2010 16:35, Phil Holmes 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, I'm not sure wheth

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
"Neil Puttock" wrote in message news:aanlktimxcptpxv0csgxgmzezj2mdfdzjuavhku3on...@mail.gmail.com... On 4 September 2010 14:42, Phil Holmes wrote: > automatic-polyphony-drumstaff.ly: addition of 2 lines "Unbound variable: > open-file" This has been happening for a while in different files,

Re: 13.32 regtests comparisons

2010-09-04 Thread Neil Puttock
On 4 September 2010 16:05, Phil Holmes wrote: > "Graham Percival" 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 t

Re: 13.32 regtests comparisons

2010-09-04 Thread Neil Puttock
On 4 September 2010 14:42, Phil Holmes 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 changing log fi

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
"Phil Holmes" wrote in message news:i5tnfk$h...@dough.gmane.org... "Graham Percival" wrote in message news:aanlktino+cusnqt1gx3k_rrpr81m7t0owwyxw9fp5...@mail.gmail.com... On Sat, Sep 4, 2010 at 2:42 PM, Phil Holmes wrote: > automatic-polyphony-drumstaff.ly: addition of 2 lines "Unbound > var

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
"Graham Percival" wrote in message news:aanlktino+cusnqt1gx3k_rrpr81m7t0owwyxw9fp5...@mail.gmail.com... On Sat, Sep 4, 2010 at 2:42 PM, Phil Holmes wrote: > automatic-polyphony-drumstaff.ly: addition of 2 lines "Unbound variable: > open-file" Add filename to 1243. Actually, I'll be marking

Re: 13.32 regtests comparisons

2010-09-04 Thread Phil Holmes
"Graham Percival" 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 initial note. Not sure

Re: 13.32 regtests comparisons

2010-09-04 Thread Graham Percival
On Sat, Sep 4, 2010 at 2:42 PM, Phil Holmes 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, but including m

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 thi

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\myTestI

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 wo

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 windo