]> git.donarmstrong.com Git - lilypond.git/blob - midi-grace.ly
8fdb7c330e493656be9ee65d4ffeb817d90879df
[lilypond.git] / 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 }