Re: Error when compiling a large file

2013-02-21 Thread ArnoldTheresius
Miguel Jesus wrote I finally got the file to compile. I had to set the LILYPOND_GC_YIELD to 100. Anyone knows why it worked that way and not the default one?   Anyway, it took 700 seconds to compile, which is a lot more that it took you. As you said, I only saw 1 CPU being used. Can lilypond

Re: Error when compiling a large file

2013-02-21 Thread David Kastrup
ArnoldTheresius arnold.we...@siemens.com writes: Miguel Jesus wrote I finally got the file to compile. I had to set the LILYPOND_GC_YIELD to 100. Anyone knows why it worked that way and not the default one?   Anyway, it took 700 seconds to compile, which is a lot more that it took you. As

\alterBroken doesn't work for properties accessed before line breaking

2013-02-21 Thread m...@mikesolomon.org
If \alterBroken tries to set a property consulted before line breaking, it results in the property having an incorrect value: For example... \relative c'' { \alterBroken #'direction #'(UP DOWN) Staff.DynamicLineSpanner %\override Staff.DynamicLineSpanner.direction = #UP %% no issues a\

Re: \alterBroken doesn't work for properties accessed before line breaking

2013-02-21 Thread Colin Hall
m...@mikesolomon.org writes: If \alterBroken tries to set a property consulted before line breaking, it results in the property having an incorrect value: For example... \relative c'' { \alterBroken #'direction #'(UP DOWN) Staff.DynamicLineSpanner %\override

Re: \alterBroken doesn't work for properties accessed before line breaking

2013-02-21 Thread David Nalesnik
On Thu, Feb 21, 2013 at 3:02 AM, Colin Hall colingh...@gmail.com wrote: m...@mikesolomon.org writes: If \alterBroken tries to set a property consulted before line breaking, it results in the property having an incorrect value: For example... \relative c'' { \alterBroken

Re: \alterBroken doesn't work for properties accessed before line breaking

2013-02-21 Thread David Nalesnik
Mike, On Thu, Feb 21, 2013 at 7:38 AM, David Nalesnik david.nales...@gmail.comwrote: m...@mikesolomon.org writes: If \alterBroken tries to set a property consulted before line breaking, it results in the property having an incorrect value: For example... \relative c'' {