1// This is a MUP highlighting test.
2// Mup is a shareware music publisher from www.arkkra.com
3
4// contexts
5score
6music
7staff 1
8voice 1 3
9
10top
11top2
12bottom
13bottom2
14grids
15
16headshapes
17
18
19header
20footer
21header2
22footer2
23
24// parameters and values
25score
26	units = cm;
27	key = 3#minor
28	key = 3# minor
29	rehstyle=circled
30
31
32
33
34mussym above all: 1 "ferm" ;
35
36define NAME
37// this is a macro definition, these are collapsable
38@
39
40ifdef NAME
41// this is conditionally "compiled"
42endif
43
44ifndef NAME
45// this is conditionally "compiled" when the macro has not been defined
46else
47// else clause
48endif
49
50
51// Various Tests
52
53// tablature
541: e ^f; f; b ^c5; c#5;
55bar
56
571: d+^e+ g^a; e+a; g ^/; c ^/ c+^/;
58bar
59
60// cross-staff stems
611: 1e+g+c++;
622: cc+; ee+; g with g+ above; with c+c++ above;
63bar
64
651: 2+4ceg;4;    // tie implied by added time values
66
67// slurs
681: 2f<d> a<b> c+<d+>; dbd+;
69bar
701: 2fac+ slur; dbd+;
71bar
72
73// alternation
741: 2c alt 2; 2c+;2g;
75bar
76
77// bar to draw if repeatstart happens to be on new line
78(dblbar) repeatstart
791: [up]8f bm with staff below;a;4s ebm;4s bm with staff below;8b;[len 11]d ebm;
802: 4s bm with staff above;8a;b ebm;[down;len 14]b bm with staff above;d;4s ebm;
81bar
82
83// locations
843: 2cf; [=h] egc+;
851: [cue; with >; =_ch] fa;
86
87
88roll up 1 1 to 1 2: 2; 4;
89roll down 1 1 to 1 2: 2; 4;
90
91lyrics above 1,3 ; below 2,4 ; between 5&6 : "<1.  >Hi, hi";
92
93title "page \% of \#"
94
95// shaped whole rests
961:	4mr;   // use a quarter rest symbol
971:	1/4mr;  // use a quadruple whole rest symbol
982:	2.. mr;  // use a double-dotted half rest
99
100// tuplets
1011: {4f; g;}3num,4.+2.
102bar
103
104