Re: Rhythmic pattern in MIDI

2024-08-17 Thread Mats Bengtsson
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 { \tupl

Re: Rhythmic pattern in MIDI

2024-08-17 Thread David Kastrup
Morten Lemvigh writes: > Hi, > > I have a small piece with a rhythmic pattern like this: > > \tempo \markup { > \rhythm { 8[ 8] } = \rhythm { \tuplet 3/2 { 8(8) 8 } } > } > > Does anybody know of a way I can perform the same mapping on the generated > MIDI file? I would like to generate a reh

Rhythmic pattern in MIDI

2024-08-17 Thread Morten Lemvigh
Hi, I have a small piece with a rhythmic pattern like this: \tempo \markup { \rhythm { 8[ 8] } = \rhythm { \tuplet 3/2 { 8(8) 8 } } } Does anybody know of a way I can perform the same mapping on the generated MIDI file? I would like to generate a rehearsal file for the piece. It should follo