]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-key-signature.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / midi-key-signature.ly
1 \version "2.14.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 }