-
Notifications
You must be signed in to change notification settings - Fork 0
/
init-sets
executable file
·152 lines (123 loc) · 4.58 KB
/
init-sets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#!/bin/bash
COM='./make-set '
D='./sets'
trap "echo Aborted!; exit;" SIGINT SIGTERM
for f in full drums side pipes tenor bass; do
$COM $D/mackenzie_msr.$f.ly -t "MacKenzie MSR" \
2-4_marches/mackenzie_highlanders/$f.ly \
strathspeys/lady_mackenzie_of_fairburn/$f.ly \
reels/the_mackenzies_reel/$f.ly \
;
$COM $D/accordion_return.ly -t "Accordion Man / The Soldier's Return" \
4-4_marches/accordion_man/$f.ly \
4-4_marches/soldiers_return/$f.ly \
;
$COM $D/set_1.$f.ly -t "Set 1: Bonnie Galloway / We're no awa' tae bide awa'" \
4-4_marches/bonnie_galloway/$f.ly \
4-4_marches/were_no_awa_tae_bide_awa/$f.ly \
;
$COM $D/set_2.$f.ly -t "Set 2: High Road to Gairloch / Brown Haired Maiden / Mairi's Wedding" \
2-4_marches/high_road_to_gairloch/$f.ly \
2-4_marches/brown_haired_maiden/$f.ly \
2-4_marches/mairis_wedding/$f.ly \
;
$COM $D/set_3.$f.ly -t "Set 3: Green Hills of Tyrol / When the Battle is Over / My Land" \
3-4_marches/green_hills_of_tyrol/$f.ly \
3-4_marches/when_the_battle_is_over/$f.ly \
3-4_marches/my_land/$f.ly \
;
$COM $D/set_4.$f.ly -t "Set 4: Collin's Cattle / Red Hackle / Shoals of Herring" \
3-4_marches/collins_cattle/$f.ly \
3-4_marches/red_hackle/$f.ly \
3-4_marches/shoals_of_herring/$f.ly \
;
$COM $D/set_5.$f.ly -t "Set 5: Scotland the Brave / Wings / Rowan Tree / Scotland the brave (high)" \
4-4_marches/scotland_the_brave/$f.ly \
4-4_marches/wings/$f.ly \
4-4_marches/rowan_tree/$f.ly \
4-4_marches/scotland_the_brave/$f.ly \
;
$COM $D/set_6.$f.ly -t "Set 6: Bonnie Lass o'Fyvie, Cockney Jocks" \
4-4_marches/bonnie_lass_o_fyvie/$f.ly \
4-4_marches/cockney_jocks/$f.ly \
;
$COM $D/set_7.$f.ly -t "Set 7: 51st Highland Division / Scotland the Brave" \
4-4_marches/51st_highland_division/$f.ly \
4-4_marches/scotland_the_brave/$f.ly \
;
$COM $D/set_8.$f.ly -t "Set 8: 10th HLI Crossing the Rhine / Farewell to the Creeks / Cock o'the North / Glendaruel Highlanders" \
6-8_marches/10th_hli_crossing_the_rhine/$f.ly \
6-8_marches/farewell_to_the_creeks/$f.ly \
6-8_marches/cock_o_the_north/$f.ly \
6-*_marches/glendaruel_highlanders/$f.ly \
;
$COM $D/set_9.$f.ly -t "Set 9: Mist Covered Mountains / My Home" \
airs/the_mist_covered_mountains/$f.ly \
airs/my_home/$f.ly \
;
$COM $D/set_10.$f.ly -t "Set 10: Morag of Dunvegan / Set 1" \
airs/morag_of_dunvegan/$f.ly \
$D/set_1.$f.ly \
;
$COM $D/set_11.$f.ly -t "Set 11: Flett of Flotta / the Crusader's March / the Pikeman's March" \
4-4_marches/flett_of_flotta/$f.ly \
4-4_marches/the_crusaders_march/$f.ly \
4-4_marches/the_pikemans_march/$f.ly \
;
$COM $D/set_12.$f.ly -t "Set 12: the Leaving of Liverpool / the Old Rustic Bridge" \
4-4_marches/the_leaving_of_liverpool/$f.ly \
4-4_marches/the_old_rustic_bridge/$f.ly \
;
#3-4_marches/castle_dangerous/$f.ly \
$COM $D/set_13.$f.ly -t "Set 13: Torosay Castle / Lochanside / PM JK Cairns / Jim Thomson of Flagstaff" \
3-4_marches/torosay_catle/$f.ly \
3-4_marches/lochanside/$f.ly \
3-4_marches/pm_jk_cairns/$f.ly \
3-4_marches/jim_thomson_of_flagstaff/$f.ly \
;
$COM $D/set_14.$f.ly -t "Set 14: Minstrel Boy / the Piper's Cave" \
4-4_marches/minstrel_boy/$f.ly \
2-4_marches/pipers_cave/$f.ly \
;
$COM $D/set_15.$f.ly -t "Set 15: On the Road to Passchendaele / the Hills of Argyll" \
3-4_marches/on_the_road_to_passchendaele/$f.ly \
4-4_marches/hills_of_argyll/$f.ly \
;
$COM $D/set_17.$f.ly -t "Set 17: Teribus / Corriechoillie's 43rd Welcome to the Northern Meeting / the Barren Rocks of Aden" \
2-4_marches/teribus/$f.ly \
2-4_marches/corriechoillie_welcome_to_the_43rd_northern_meeting/$f.ly \
2-4_marches/barren_rocks_of_aden/$f.ly \
;
$COM $D/set_18.$f.ly -t "Set 18: MacKenzie Highlanders / Black Bear" \
2-4_marches/mackenzie_highlanders/$f.ly \
2-4_marches/black_bear/$f.ly \
;
$COM $D/set_19.$f.ly -t "Set 19: Molly Connell / Keel Row / Orange and Blue" \
strathspeys/molly_connell/$f.ly \
strathspeys/keel_row/$f.ly \
strathspeys/orange_and_blue/$f.ly \
;
$COM $D/set_20.$f.ly -t "Set 20: Heights of Dargai / Battle of the Somme" \
9-8_marches/heights_of_dargai/$f.ly \
9-8_marches/battle_of_the_somme/$f.ly \
;
$COM $D/set_21.$f.ly \
airs/alexander_mackenzie/$f.ly \
;
$COM $D/set_22.$f.ly \
5-4_marches/cullen_bay/$f.ly \
;
$COM $D/set_23.$f.ly \
4-4_marches/cabar_feidh/$f.ly \
;
$COM $D/set_24.$f.ly -t "Set 24:MSR: MacKenzie Highlanders / Lady MacKenzie of Fairburn / Jock Wilson's Ball" \
2-4_marches/mackenzie_highlanders/$f.ly \
strathspeys/lady_mackenzie_of_fairburn/$f.ly \
reels/jock_wilsons_ball/$f.ly \
;
$COM $D/set_25.$f.ly -t "Set 25: 72nd Highlanders / Piobaireachd of Donald Dubh" \
6-8_marches/72nd_highlanders/$f.ly \
6-8_marches/piobaireachd_of_donald_dubh/$f.ly \
;
done;
echo "Have a nice day!"