lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet bracket and cross staff


From: address@hidden
Subject: Re: Tuplet bracket and cross staff
Date: Sat, 25 Jun 2016 17:58:26 +0200

Hi Stephen, 

thanks. 

Actually I’m finding a simpler way to move the whole tuplet, included the 
number, without to have to use two \override.
TupletBracket.staff-padding seemed so right ;)

cheers


matteo

> Il giorno 25 giu 2016, alle ore 17:49, Stephen MacNeil <address@hidden> ha 
> scritto:
> 
> 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
> 




reply via email to

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