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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to