bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Colin Hall
Subject: Re: \alterBroken doesn't work for properties accessed before line breaking
Date: Thu, 21 Feb 2013 09:02:36 +0000
User-agent: mu4e 0.9.9.5-dev6; emacs 24.2.1

address@hidden 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 Staff.DynamicLineSpanner.direction = #UP %% no issues
>   a\< \repeat unfold 38 a a\p
> }
>
> This can be fixed by either:
>
> a) Making it work for properties accessed in the original spanner (direction, 
> padding ,etc.).
> b) Changing the documentation to reflect that alterBroken only applies to 
> properties that are accessed after line breaking.
>
> Cheers,
> MS

I've created an enhancement tracker for this, Mike:

http://code.google.com/p/lilypond/issues/detail?id=3198

Cheers,
Colin.

-- 
Colin Hall



reply via email to

[Prev in Thread] Current Thread [Next in Thread]