Re: Rest skipped in MIDI when music starts with it

2014-01-12 Thread PMA
My hack around this is to begin (each part) with some arbitrary pitch/duration at _zero_ Velocity (with the Rest just following, of course). This has suited my purposes, though I expect it might invite trouble for others. Pete Martin Tarenskeen wrote: On Sun, 12 Jan 2014, Eluze wrote: Marti

Re: Rest skipped in MIDI when music starts with it

2014-01-12 Thread Martin Tarenskeen
On Sun, 12 Jan 2014, Eluze wrote: Martin Tarenskeen wrote Hi, When, using Lilypond 2.19.0, if my score starts with a rest, the resulting MIDI file does NOT start with a rest. %minimal example \score { \version "2.19.0" \relative c' { R1 | c d e f | R1 | f e d c | } \midi {}

Re: Rest skipped in MIDI when music starts with it

2014-01-12 Thread Eluze
? can you post the (converted) midi files? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Rest-skipped-in-MIDI-when-music-starts-with-it-tp157753p157755.html Sent from the User mailing list archive at Nabble.com. ___ l

Rest skipped in MIDI when music starts with it

2014-01-12 Thread Martin Tarenskeen
Hi, When, using Lilypond 2.19.0, if my score starts with a rest, the resulting MIDI file does NOT start with a rest. %minimal example \score { \version "2.19.0" \relative c' { R1 | c d e f | R1 | f e d c | } \midi {} } %end of example Result: The MIDI file starts without a rest i