Yes, of course! It's that simple! Thank you very much!

On Mon, Jun 3, 2024 at 2:44 PM Werner LEMBERG <w...@gnu.org> wrote:

> > It seems that the positions of nested tuplet brackets can only be changed
> > separately if the inner n-tuplet brackets do not start on the downbeat.
> >
> > Take this as an example:
> >
> > \version "2.25.2"
> >
> > {
> >   \once \override TupletBracket.positions = #'(6 . 6)
> >   \tuplet 5/4 { c'4 c' c' c' c' }
> >
> >   \once \override TupletBracket.positions = #'(6 . 6)
> >   \tuplet 5/4 { c'4
> >   \once \override TupletBracket.positions = #'(3 . 3)
> >   \tuplet 5/4 { c' c' c' c' c' } }
> >
> >   \once \override TupletBracket.positions = #'(6 . 6)
> >   \tuplet 5/4 {
> >   \once \override TupletBracket.positions = #'(3 . 3)
> >   \tuplet 5/4 { c' c' c' c' c' } c' }
> > }
> >
> > What is the reason for this and how can it be changed?
>
> Replace `\once \override foo = bar ` with `\tweak bar`.
>
>
>     Werner
>

Reply via email to