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

Attachment: tuplet_brackets_positions.pdf
Description: Adobe PDF document

Reply via email to