]> git.donarmstrong.com Git - lilypond.git/commitdiff
Midi: better key-initial test.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 31 Mar 2011 20:18:00 +0000 (22:18 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 31 Mar 2011 20:21:05 +0000 (22:21 +0200)
input/regression/midi/key-initial.ly

index c663dec07f73d6c6b9302ffc6b79557cd6e4e4ff..f4cbcb77b03c932896f6b6154392d43a5c3499f7 100644 (file)
@@ -13,7 +13,7 @@
 
 % 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 +21,7 @@ options=""
 trackAchannelA = {
 
 
-  \key a \minor
+  \key d \minor
     
   % [SEQUENCE_TRACK_NAME] control track
   
@@ -43,9 +43,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 +60,7 @@ trackCchannelA = {
   \set Staff.instrumentName = "trackB:"
   
 
-  \key a \minor
+  \key d \minor
   
 }