bug-lilypond
[Top][All Lists]
Advanced

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

programming error: Going back in MIDI time.


From: Neil Puttock
Subject: programming error: Going back in MIDI time.
Date: Tue, 11 Sep 2007 23:57:39 +0100

Hi there,

In the following snippet, beginning a sequence of music with a grace note
produces the above error at compile time when the \midi block is included,
though the midi output seems to be fine:

\version "2.11.32"
\score {
    \new Staff {
        \grace c'8
        c'1
    }
    \midi {}
}

Regards,
Neil


reply via email to

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