]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-key-signature.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / midi-key-signature.ly
1 \version "2.19.21"
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 {
10     \key fa \bayati
11     fa'4 solsb lab sib
12   }
13   \midi { }
14   \layout { }
15 }