MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / midi-grace.ly
blob4f5feffc666e514e87708870138e2cd1a085ad0f
2 \header {
4 texidoc = "Grace notes don't intrroduce syncing problems: the last note
5 off will appear at tick 768 (2 * 384)."
8 \version "2.12.0"
9 \score {
10 \relative c' {
12 \grace { b8 }
15 \midi { }