]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-microtone-off.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / midi-microtone-off.ly
1 \header {
2
3   texidoc = "Microtonal shifts should be corrected before the start of
4   the next (possibly grace) note.  "
5 }
6
7 \version "2.11.51"
8
9 \score
10 {
11   
12   \relative  {
13     a geseh \acciaccatura a geseh
14   }
15
16   \midi {}
17 }