]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-grace.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / midi-grace.ly
1
2 \header {
3
4   texidoc = "Grace notes don't intrroduce syncing problems: the last note
5 off will appear at tick 768 (2 * 384)."
6   
7 }
8 \version "2.16.0"
9 \score {
10  \relative c' {
11    c4
12    \grace { b8 }
13    d4
14  }
15  \midi { }
16 }