Hi,
On 2024-08-17 13:19, Morten Lemvigh
wrote:
Hi,
I have a small piece with a rhythmic pattern like this:\tempo \markup {
\rhythm { 8[ 8] } = \rhythm { \tuplet 3/2 { 8(8) 8 } }
}
You already got an answer to your question, but don't you rather
mean
\tempo \markup {
\rhythm { 8[ 8] } = \rhythm { \tuplet 3/2 { 8 ~ 8 8 } }
}
i.e. using a tie rather than a slur?
/Mats
