lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

have multiple voices under same tuplet bracket


From: Ryan Michael
Subject: have multiple voices under same tuplet bracket
Date: Sun, 18 Nov 2018 20:33:43 -0800

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: 

%%%%%%%%
<<
\new Voice {
\voiceOne
\tuplet 4/3{
e''2 }
}
\new Voice {
\voiceTwo
\tuplet 4/3{ r8 c''4. }
}

\new Voice {
\voiceThree
\tuplet 4/3 { r4 g'4 }
}

\new Voice {
\voiceFour
\tuplet 4/3{ s4 g'8 d'8}
}
>>
%%%%%%


I suppose i could probably hide the tuplet for some of them, and show the longest phrase as the parent, such as the one with the two eighth notes? I am not sure it would span the whole phrase though if i have a silent spanner...

Best,
Ryan
--
ॐ नमः शिवाय

reply via email to

[Prev in Thread] Current Thread [Next in Thread]