]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
Run scripts/auxiliar/update-with-convert-ly.py
[lilypond.git] / Documentation / snippets / changing-midi-output-to-one-channel-per-voice.ly
index 22d4914a4c29b377dca60019b8648dc30f3ac78b..74147ae8c6a8939362c6300e88e956f6bb364efe 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.15.32"
 
 \header {
   lsrtags = "contexts-and-engravers, midi"
@@ -92,10 +92,7 @@ two MIDI channels are created, each with a different
       \Voice
       \consists "Staff_performer"
     }
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 72 2)
-    }
+    \tempo 2 = 72
   }
 }