lilypond-user
[Top][All Lists]
Advanced

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

Re: OttavaBracket right endpoint?


From: Ben
Subject: Re: OttavaBracket right endpoint?
Date: Thu, 5 Oct 2017 08:22:58 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0


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'                                                                         
}


Attachment: lily.png
Description: PNG image


reply via email to

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