diff test.mup @ 0:0773354c7428

Initial commit, WIP.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 05 Mar 2016 21:59:44 +1030
parents
children b1aac55d2864
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.mup	Sat Mar 05 21:59:44 2016 +1030
@@ -0,0 +1,31 @@
+header
+	title(22) "Test"
+
+score
+	scale = 0.75
+	packfact = 0.5
+	units = cm
+//	pageheight = 29.7
+//	pagewidth = 21
+	topmargin = 1
+	botmargin = 1
+	leftmargin = 1
+	rightmargin = 1
+	measnum = y
+	staffs = 1
+
+music
+
+// Put each voice on a different channel
+// using a different instrument sound.
+// The program numbers correspond to the
+// General MIDI sounds as noted.
+midi 1 1: 0 "channel=1"; 0 "program=1"; 0 "parameter=10,0";
+
+// Bar 1
+1 1:  4a; 4b; 2d;
+endbar
+
+// Bar 2
+1 1: 4c+#; 4r; 2e;
+endbar
\ No newline at end of file