]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi-key-signature.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / midi-key-signature.ly
index 89989f2529c1f1b97f12e8fd83a3a6c5b92e2c99..73d1f924934a40ea47592d9ac86335786ad39e38 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc = "MIDI key signatures are output, using an approximate
 key signature if MIDI format cannot represent the true key signature"
@@ -6,9 +6,9 @@ key signature if MIDI format cannot represent the true key signature"
 
 \include "arabic.ly"
 \score {
-  \relative do' {
+  \relative {
     \key fa \bayati
-    fa4 solsb lab sib
+    fa'4 solsb lab sib
   }
   \midi { }
   \layout { }