lilypond-user
[Top][All Lists]
Advanced

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

Re: Going back in MIDI time


From: Knute Snortum
Subject: Re: Going back in MIDI time
Date: Mon, 25 Jul 2022 08:01:14 -0700

On Mon, Jul 25, 2022 at 2:38 AM Jean Abou Samra <jean@abou-samra.fr> wrote:
>
>
>
> Le 25 juil. 2022 à 11:05, Mario Moles <mario.moles73@gmail.com> 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



reply via email to

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