lilypond-user
[Top][All Lists]
Advanced

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

Re: Access (order) overlapping markups in a system


From: Urs Liska
Subject: Re: Access (order) overlapping markups in a system
Date: Mon, 12 Sep 2016 17:24:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0


Am 12.09.2016 um 17:04 schrieb David Nalesnik:
> Hi Urs,
>
> On Mon, Sep 12, 2016 at 9:18 AM, Urs Liska <address@hidden> wrote:
>> In this sample:
>>
>> \version "2.19.48"
>>
>> {
>>   c2 ^\markup "First markup"
>>   c2 ^\markup "Second markup"
>>   c2 ^\markup "Third markup"
>> }
>>
>> The markups are starting at the staff and when overlapping are printed
>> above the preceding one.
>>
>> Is there a way to have this behaviour reversed so that  they are
>> starting at the top and go to the bottom?
>>
>> I know how to achive the attached result with overriding
>> outside-staff-priority, but is there an automatic way that works line by
>> line? Or something that can be built with reasonable effort?
>>
> Try the following:
>
> \version "2.19"
>
> {
>   \override Staff.VerticalAxisGroup.outside-staff-placement-directive
> = #'right-to-left-greedy
>   c2 ^\markup "First markup"
>   c2 ^\markup "Second markup"
>   c2 ^\markup "Third markup"
> }
>
> Best,
> David

Thanks a lot, that seems exactly what I was looking for.

Do you know if that has any unwanted side effects? I mean, this isn't
limited to TextScript, isn't it?

Urs



reply via email to

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