]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-grace.ly
Doc-es: various updates.
[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.19.21"
9 \score {
10  \relative {
11    c'4
12    \grace { b8 }
13    d4
14  }
15  \midi { }
16 }