Re: Position of nested tuplet brackets

2024-06-03 Thread akleinlo akleinlo
Yes, of course! It's that simple! Thank you very much!

On Mon, Jun 3, 2024 at 2:44 PM Werner LEMBERG  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
>


Re: Position of nested tuplet brackets

2024-06-03 Thread Werner LEMBERG
> 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



Position of nested tuplet brackets

2024-06-03 Thread akleinlo akleinlo via LilyPond user discussion
Dear list,

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?

Thank you and best regards,
Adrian


tuplet_brackets_positions.pdf
Description: Adobe PDF document