Re: have multiple voices under same tuplet bracket

2018-11-18 Thread Ryan Michael
I see, I actually solved that particular problem by hiding the brackets and numbers, and not using a spacing spanner for the bracket i wish to be visible: << \new Voice { \voiceOne \once \override TupletNumber.text = "" \override TupletBracket.bracket-visibility = ##f \tuplet 4/3 { e''2 } } \new

have multiple voices under same tuplet bracket

2018-11-18 Thread Ryan Michael
hello lilypond community, I am trying to have sustained voices across a 4/3 eighth note tuplet bracket. My desire is to simply have one tuplet bracket which encloses each of the four voices as a single entity. Lilypond seems to discretize / assign tuplet brackets for each voice given the following: