]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/midi.ly
release: 0.0.36
[lilypond.git] / input / midi.ly
index bdb0a48d3896af3cf4d4be6d5dffd9b35ec892e5..38e5073778c2d9438fb495a3df4b63e05f3211cb 100644 (file)
@@ -30,11 +30,11 @@ bass_staf = staff {
 score {
        staff { mstaf }
        staff { bass_staf }
+       commands {
+               meter { 2 * 4}
+       }
        midi {
                tempo 4:120
        }
-       commands {
-               meter { 2 * 4 }
-       }
 }