Skip to content

Commit 37d8118

Browse files
authored
Merge pull request #33 from ZGrauer/Updated-band-music
Updated band music
2 parents 0364f0f + f600125 commit 37d8118

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipeband",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/music/music.component.html

+27-14
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,50 @@ <h4 matSubheader>Quick March Medley</h4>
1414
<h3>Performance Sets</h3>
1515
<mat-list>
1616
<h4 matSubheader>2/4 Marches</h4>
17-
<mat-list-item>Highland Laddie/Black Bear</mat-list-item>
17+
<mat-list-item>Highland Laddie</mat-list-item>
18+
<mat-list-item>Black Bear</mat-list-item>
1819
<mat-divider></mat-divider>
1920
<h4 matSubheader>3/4 Marches</h4>
20-
<mat-list-item>Lochanside/ Highland Brigade at Magersfontein</mat-list-item>
21-
<mat-list-item>Green Hills of Tyrol/ Balmoral</mat-list-item>
22-
<mat-list-item>When the Battle is O'er/ Shoals of Herring</mat-list-item>
21+
<mat-list-item>Lochanside</mat-list-item>
22+
<mat-list-item>Highland Brigade at Magersfontein</mat-list-item>
23+
<mat-list-item>Green Hills of Tyrol</mat-list-item>
24+
<mat-list-item>Balmoral</mat-list-item>
25+
<mat-list-item>When the Battle is O'er</mat-list-item>
26+
<mat-list-item>Shoals of Herring</mat-list-item>
2327
<mat-divider></mat-divider>
2428
<h4 matSubheader>4/4 Marches</h4>
25-
<mat-list-item>Wings/Rowan Tree/Gardens of Skye</mat-list-item>
26-
<mat-list-item>Scotland the Brave/We're no Awa'</mat-list-item>
29+
<mat-list-item>Wings</mat-list-item>
30+
<mat-list-item>Rowan Tree</mat-list-item>
31+
<mat-list-item>Gardens of Skye</mat-list-item>
32+
<mat-list-item>Scotland the Brave</mat-list-item>
33+
<mat-list-item>We're no Awa'</mat-list-item>
2734
<mat-list-item>Caber Feidh</mat-list-item>
2835
<mat-list-item>Waltzing Matilda</mat-list-item>
29-
<mat-list-item>Wearin' o' the Green/Minstrel Boy</mat-list-item>
36+
<mat-list-item>Wearin' o' the Green</mat-list-item>
37+
<mat-list-item>Minstrel Boy</mat-list-item>
3038
<mat-list-item>Dawning of the Day</mat-list-item>
3139
</mat-list>
3240
</div>
3341
<div class="main-content-right">
3442
<mat-list>
35-
<h4 matSubheader>6/8 Marches</h4>
36-
<mat-list-item>Cock o' the North</mat-list-item>
37-
<mat-list-item>Glendaruel Highlanders/Bonny Dundee</mat-list-item>
38-
<mat-list-item>Leaving Port Askaig</mat-list-item>
39-
<mat-list-item>Skye Boat Song/Donald MacLean of Lewis</mat-list-item>
43+
<h4 matSubheader>6/8 Marches</h4>
44+
<mat-list-item>Donald MacLean of Lewis</mat-list-item>
4045
<mat-list-item>Jean Mauchline</mat-list-item>
46+
<mat-list-item>Doctor Rosss 50th Welcome to the Argyllshire Gathering</mat-list-item>
47+
<mat-list-item>The Piobaireachd of Donald Dubh</mat-list-item>
48+
<mat-list-item>Glendaruel Highlanders</mat-list-item>
49+
<mat-list-item>Bonny Dundee</mat-list-item>
4150
<mat-divider></mat-divider>
4251
<h4 matSubheader>Slow Airs</h4>
43-
<mat-list-item>Amazing Grace/Rest Me Easy</mat-list-item>
52+
<mat-list-item>Amazing Grace</mat-list-item>
53+
<mat-list-item>Rest Me Easy</mat-list-item>
4454
<mat-list-item>Hard Times</mat-list-item>
55+
<mat-list-item>Skye Boat Song</mat-list-item>
4556
<mat-divider></mat-divider>
4657
<h4 matSubheader>Jigs</h4>
47-
<mat-list-item>Scarce O’ Tatties/ Rocking the Baby/ Jig of Slurs</mat-list-item>
58+
<mat-list-item>Scarce O’ Tatties</mat-list-item>
59+
<mat-list-item>Rocking the Baby</mat-list-item>
60+
<mat-list-item>Jig of Slurs</mat-list-item>
4861
</mat-list>
4962
</div>
5063
</div>

0 commit comments

Comments
 (0)