bug-lilypond
[Top][All Lists]
Advanced

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

Re: script stack order easily upset


From: Neil Puttock
Subject: Re: script stack order easily upset
Date: Fri, 3 Apr 2009 00:26:06 +0100

2009/3/30 Robin Bannister <address@hidden>:
>>
> Here is the regression test   script-stack-order.ly
> in a slightly lengthened version.
>
> \version "2.12.1"
> \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down"
>                 \repeat unfold 2 c4 }
>
>
> The assertion "Objects specified first are closest to the note."
> is false for unfold values greater than 1.
>
>
> This report was prompted by
> http://lists.gnu.org/archive/html/lilypond-user/2009-03/msg00735.html
> which may not be quite the same thing.

This is caused by 'outside-staff-priority overriding 'script-priority;
as a workaround you can use the following (you'll probably need to
tweak 'staff-padding too):

\override TextScript #'outside-staff-priority = ##f

Regards,
Neil




reply via email to

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