]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi/key-initial.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / midi / key-initial.ly
index c663dec07f73d6c6b9302ffc6b79557cd6e4e4ff..9dfe77b7213e8661e946b2a70db9029197f7c5f0 100644 (file)
@@ -1,5 +1,5 @@
 % Lily was here -- automatically converted by ../../../scripts/midi2ly.py from out/initial-key.midi
-\version "2.13.53"
+\version "2.16.0"
 
 \layout {
   \context {
     \consists "Completion_rest_engraver"
   }
 }
+\midi {
+  \context {
+    \Score
+    midiChannelMapping = #'instrument
+  }
+}
 
 % included from ./out/initial-key.header
 \header {
-texidoc="keys work in MIDI, this is a-minor"
+texidoc="keys work in MIDI, this is d-minor"
 options=""
 }
 % end
@@ -21,7 +27,7 @@ options=""
 trackAchannelA = {
 
 
-  \key a \minor
+  \key d \minor
     
   % [SEQUENCE_TRACK_NAME] control track
   
@@ -43,9 +49,9 @@ trackA = <<
 trackBchannelA = \relative c {
   
   \set Staff.instrumentName = "trackB:voiceA"
-  a'4 b c d 
+  d'4 e f g 
   | % 2
-  e f gis a 
+  a bes cis d
   | % 3
   
 }
@@ -60,7 +66,7 @@ trackCchannelA = {
   \set Staff.instrumentName = "trackB:"
   
 
-  \key a \minor
+  \key d \minor
   
 }