change Cover version no to 4
[music.git] / blank.mup
1 score
2         scoresep=9,100          // spread staffs out nicely
3         stafflines=5n           // don't print any clefs
4         label=""                // make sure left edges line up both on first
5         label2=""               //    and on subsequent lines
6         topmargin=1             // allow extra margin to write in header/footer
7         bottommargin=1
8         pageheight=11.6944
9         pagewidth=8.26389
10
11         time=4/4n               // don't print any time signature
12 music
13
14 define SCORE
15         1: ms;
16         invisbar                // no bar line at the end of the staff
17 @
18
19 define SCORE_NEWSCORE
20         SCORE
21         newscore
22 @
23
24 // print 8 staffs, with newscore between each
25 SCORE_NEWSCORE
26 SCORE_NEWSCORE
27 SCORE_NEWSCORE
28 SCORE_NEWSCORE
29 SCORE_NEWSCORE
30 SCORE_NEWSCORE
31 SCORE_NEWSCORE
32 SCORE