On Thu, Oct 5, 2017 at 7:22 AM, Ben <soundsfromso...@gmail.com> wrote:

>
> On 10/4/2017 7:54 PM, Trevor Bača wrote:
>
> Hi,
>
> I’m interested in making the right endpoints of ottava brackets and trill
> spanners coincide.
>
> Any solutions?
>
> (Definitely not looking for a numeric hack to shorten-pair.)
>
> Trevor.
> ​
>
>
> Hi Trevor,
>
> Just curious - but why are you not considering a shorten pair fix?
> It seems to work fine here with just one line of code. Does that help at
> all in this instance or would that mess something up in your score
> elsewhere?
>
> (see attached)
>
> =======
> \version "2.19.65"
>
>
> \new Staff {
>
>   \once \override Staff.OttavaBracket.shorten-pair = #'(-1 . -20.)
>
>    \ottava #1
>
>     c''4 \startTrillSpan
>
>     d''
>
>     e''
>
>     f''
>
>     \ottava #0
>
>     \break
>
>
>     c'4 \stopTrillSpan
>
>     d'
>
>     e'
>
>     f'
>
> }
>


Hi Ben,

Because the minute the layout changes the alignment breaks!

I'm looking for a *semantic* way of aligning the two objects (so they stay
matched as layout changes).

Trevor.

-- 
Trevor Bača
www.trevorbaca.com
soundcloud.com/trevorbaca
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to