]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi-key-signature.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / midi-key-signature.ly
diff --git a/input/regression/midi-key-signature.ly b/input/regression/midi-key-signature.ly
new file mode 100644 (file)
index 0000000..ce95beb
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+\header {
+  texidoc = "MIDI key signatures are output, using an approximate
+key signature if MIDI format cannot represent the true key signature"
+}
+
+\include "arabic.ly"
+\score {
+  \relative do' {
+    \key fa \bayati
+    fa4 solsb lab sib
+  }
+  \midi { }
+  \layout { }
+}