lilypond-user
[Top][All Lists]
Advanced

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

Re: quoted tuplet bracket within staff


From: Werner LEMBERG
Subject: Re: quoted tuplet bracket within staff
Date: Fri, 26 Nov 2021 14:56:30 +0000 (UTC)

>> What must I do to make the tuplet bracket be positioned within the
>> staff, that is, below the rest?
> 
> There's surely a more elegant way… but if you're stuck, you can
> always hack it: [...]

Thanks a lot!  Of course I would like to have a solution that avoids
`extra-offset` :-)

>  x = { r2 \tuplet 3/2 { g4 a b } }
> 
>  \addQuote "qx" \x
> 
>  {
>    r2 \cueDuring #"qx" #DOWN {
>      \override CueVoice.TupletBracket.direction = #DOWN
>      \override CueVoice.TupletBracket.edge-height = #'(-0.7 . -0.7)
>      \override CueVoice.TupletBracket.extra-offset = #'(0 . 4.75)
>      \override CueVoice.TupletNumber.extra-offset = #'(0 . 4.75)
>      r2
>    }
>  }

Of course, the next question is how to have such a setting globally so
that I don't have insert the bunch of overrides again and again...


    Werner

reply via email to

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