Not the best way I am sure .. but it works. I am sure someone has a less
aggressive way. rotation seems to work when offset or extent does not.

RH_VIII = \relative do'' {

r2

\tupletUp

%\once \override Score.TupletBracket.staff-padding = #19


\once \override TupletBracket.rotation = #'(0.1 -120 0.1)


%%% both work

% use

%\once \override TupletNumber.Y-offset = #16.85

% or

\override TupletNumber.Y-offset = #(lambda (grob) (+ 1.5
(ly:tuplet-number::calc-y-offset grob)))

%%%%


\tuplet 5/4 {

\staffDown r16 sol'-. \staffUp re'\( mib re

} sib'8\)-. r

|

}



HTH

Stephen
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to