]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi/voice-2.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / midi / voice-2.ly
index e12345e56e71448bf44595d207474d062bd2a034..3a0d68b170f7802707579607dbd364fa31bfbfda 100644 (file)
@@ -1,5 +1,5 @@
 % Lily was here -- automatically converted by ../../../scripts/midi2ly.py from out-www/voice-2.midi
-\version "2.13.53"
+\version "2.14.0"
 
 \layout {
   \context {
     \consists "Completion_rest_engraver"
   }
 }
+\midi {
+  \context {
+    \Score
+    midiChannelMapping = #'instrument
+  }
+}
 
 % included from ./out-www/voice-2.header
 \header {
-texidoc="midi2ly maps two voices nicely on once staff as \voiceOne, \voiceTwo"
+texidoc="midi2ly maps two voices nicely on one staff as \voiceOne, \voiceTwo"
 options=""
 }
 % end
@@ -61,7 +67,6 @@ trackB = <<
 
 \score {
   <<
-    \set Score.midiChannelMapping = #'voice
     \context Staff=trackB \trackA
     \context Staff=trackB \trackB
   >>