\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'' {