lilypond-user
[Top][All Lists]
Advanced

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

Rest skipped in MIDI when music starts with it


From: Martin Tarenskeen
Subject: Rest skipped in MIDI when music starts with it
Date: Sun, 12 Jan 2014 20:52:42 +0100 (CET)
User-agent: Alpine 2.11 (LFD 23 2013-08-11)


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 in the first bar.
The rest in the 3rd bar behaves normally.

Is this a bug, or intentional?

--

MT



reply via email to

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