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