lilypond-user
[Top][All Lists]
Advanced

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

Re: Midi notes not stopping


From: Chris Yate
Subject: Re: Midi notes not stopping
Date: Wed, 29 Nov 2017 13:01:53 +0000

On Wed, 29 Nov 2017 at 11:07 <address@hidden> wrote:
Chris:
...
> \score {
>  \new Voice {  \set Staff.midiInstrument = #"trumpet"
>      \relative c'''{
>        \tempo 2 = 100
>    \relative e'' { e4 \tuplet 5/4 { e16 f fis g gis }  }
>       }
>   } \layout{}  \midi{}  }

Compiling this with 2.19.16 and inspecting with
http://aspodata.se/git/musik/bin/midi.pl I get
 
<SNIP>

(the presented format is ['note_on', dtime, channel, note, velocity])
which is mostly correct, the quintuplet doesn't add upp to a quarter
note, a 1/384 is missing. Better would be to have ticks = 5*76 = 380.

Regards,
/Karl Hammar


Hi Karl,

Is that a hint at a workaround, or diagnosing the fault in the code? I'm not sure?!

Thanks anyway!

Chris

reply via email to

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