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: David Nalesnik
Subject: Re: Tuplet bracket and cross staff
Date: Sat, 25 Jun 2016 13:19:45 -0500

Hi,

On Sat, Jun 25, 2016 at 11:50 AM, address@hidden <address@hidden> wrote:
> Hi Stephen,
>
> I’m using now
>
> \once \override TupletBracket.rotation = #'(0.1 -120 0.1)
> \offset Y-offset 1.5 TupletNumber
>

If you adjust the positions property of the TupletBracket, the number
will follow along.  So you could do:

\once \override TupletBracket.positions = #'(15 . 20)

or use \offset:

\once \offset positions #'(1 . 1.5) TupletBracket

HTH,
David



reply via email to

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