lilypond-user
[Top][All Lists]
Advanced

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

Re: OttavaBracket right endpoint?


From: Trevor Bača
Subject: Re: OttavaBracket right endpoint?
Date: Fri, 6 Oct 2017 15:54:03 -0500



On Thu, Oct 5, 2017 at 7:22 AM, Ben <address@hidden> 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.

--

reply via email to

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