]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-key-signature.ly
89989f2529c1f1b97f12e8fd83a3a6c5b92e2c99
[lilypond.git] / input / regression / midi-key-signature.ly
1 \version "2.16.0"
2 \header {
3   texidoc = "MIDI key signatures are output, using an approximate
4 key signature if MIDI format cannot represent the true key signature"
5 }
6
7 \include "arabic.ly"
8 \score {
9   \relative do' {
10     \key fa \bayati
11     fa4 solsb lab sib
12   }
13   \midi { }
14   \layout { }
15 }