On Mon, Jul 25, 2022 at 2:38 AM Jean Abou Samra <[email protected]> wrote:
>
>
>
> Le 25 juil. 2022 à 11:05, Mario Moles <[email protected]> a écrit :
>
> Hi lilponders!
>
> Do you know how to eliminate this warning? I have not found anything either
> on the list or on google:
> "programming error: Going back in MIDI time.
> go on, cross your fingers "
I'm not sure that the documentation mentions this outright, but if you
have grace notes that take up too much MIDI time, but you still want
them appear in the score as written, you can do this:
%%%
\version "2.22.2"
\score {
\new Staff \relative { c'8. c16 \grace { c8*1/4 d c b c } g'4 }
\layout {}
\midi {}
}
%%%
--
Knute Snortum