view test.mup @ 10:b9727813e029

add more notes to generate >1 page
author Daniel O'Connor <darius@dons.net.au>
date Thu, 07 Apr 2016 23:35:19 +0930
parents b1aac55d2864
children
line wrap: on
line source

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:  1a;
endbar

// Bar 2
1 1: 1b;
endbar

// Bar 3
1 1: 1c;
endbar

// Bar 4
1 1:  1d;
endbar

// Bar 5
1 1:  1e;
endbar

// Bar 6
1 1:  1f;
endbar

// Bar 7
1 1:  1g;
endbar

// Bar 8
1 1:  1a-;
endbar

// Bar 9
1 1:  1b-;
endbar

// Bar 10
1 1:  1c+;
endbar

// Bar 11
1 1:  1d+;
endbar

// Bar 12
1 1:  1e;
endbar