MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / midi-key-signature.ly
blob8eafbad70354c259c7eb5e6c7822cd0833781d24
1 \version "2.13.53"
2 \header {
3 texidoc = "MIDI key signatures are output, using an approximate
4 key signature if MIDI format cannot represent the true key signature"
7 \include "arabic.ly"
8 \score {
9 \relative do' {
10 \key fa \bayati
11 fa4 solsb lab sib
13 \midi { }
14 \layout { }