]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi/rest.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / midi / rest.ly
index 40132960158c40f222457e3a9e32a786af2ac350..3b770e9a917fefecb5c2583cc87413369ad01882 100644 (file)
@@ -1,5 +1,5 @@
 % Lily was here -- automatically converted by ../../../scripts/midi2ly.py from out-www/rest.midi
-\version "2.13.53"
+\version "2.19.21"
 
 \layout {
   \context {
     \consists "Completion_rest_engraver"
   }
 }
+\midi {
+  \context {
+    \Score
+    midiChannelMapping = #'instrument
+  }
+}
 
 % included from ./out-www/rest.header
 \header {
@@ -37,10 +43,10 @@ trackA = <<
 >>
 
 
-trackBchannelA = \relative {
+trackBchannelA = \relative {
   r4 
   \set Staff.instrumentName = "trackB:voiceA"
-  a r4 a 
+  a, r4 a 
   | % 2
   
 }