lilypond-user
[Top][All Lists]
Advanced

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

Re: playback gets out of sync with grace notes


From: ornello
Subject: Re: playback gets out of sync with grace notes
Date: Sun, 17 Jun 2012 14:02:06 -0700 (PDT)


David Kastrup wrote:
> 
> 
> Each grace note in MIDI output has a length of 1/4 of its actual
> duration. If the combined length of the grace notes is greater than the
> length of the preceding note a “Going back in MIDI time” error will be
> generated.
> 
> 

Ah, thank you, I missed the "Going back in MIDI time" message. Replacing

\grace {
cis''16[ (
b'
ais']
}
b'16 )

with scaled durations works fine:

\grace {
cis''16*1/2[ (
b'
ais']
}
b'16 )

ornello

-- 
View this message in context: 
http://old.nabble.com/playback-gets-out-of-sync-with-grace-notes-tp33970378p34027018.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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