summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd805.ts
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-07 18:18:22 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-07 18:19:06 +0100
commit2fcbccfbd49c6eaf433272749e32589a6f490200 (patch)
treef8fc429709d66ce96d1f0e8c3812f24c13bf9d18 /src/data/scotsoun/sscd805.ts
parentd494739e4823424bb54d81e21b57e4725544eb07 (diff)
parent27a25bfdeb07007e06bd4a608cd9953be04271ec (diff)
Merge branch 'master' of https://github.com/jcarstairs-scottlogic/lallans-wabsteid-astro
Diffstat (limited to 'src/data/scotsoun/sscd805.ts')
-rw-r--r--src/data/scotsoun/sscd805.ts83
1 files changed, 83 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd805.ts b/src/data/scotsoun/sscd805.ts
new file mode 100644
index 0000000..7494766
--- /dev/null
+++ b/src/data/scotsoun/sscd805.ts
@@ -0,0 +1,83 @@
+import type Scotsoun from '../../types/Scotsoun';
+
+const cd: Scotsoun = {
+ title: 'Oot o the Kist',
+ 'long-name': 'Oot o the Kist',
+ author: 'Sheena Blackhall',
+ 'cd-count': 2,
+ price: '18.00',
+ 'scotsoun-id': '805',
+ 'track-list': [
+ 'Corn Dolly&#58; Stagwyse',
+ 'Corachree',
+ 'A Gweed New Year&#58; Cyard’s Kist',
+ 'Oh the Shearin’s nae fur you',
+ 'A Drap o Bluid&#58; Stagwyse',
+ 'Davie Green the Grocer Oh',
+ 'Pinto&#58; The Heavenly Cow of Thebes',
+ 'The Corncraik',
+ 'Oh tae be a Salmon&#58; Hamedrauchtit',
+ 'Farewell My Love',
+ 'The Watcher in the Grass&#58; Winnlestrae',
+ 'The Dance of Death',
+ 'The Dying Room&#58; Dule Tree',
+ 'The Twa Corbies',
+ 'The Lan far Ballads Grow&#58; Boorich o Fowk',
+ 'The Braes o Strathdon',
+ 'The Herrin Fleet&#58; Gallery Prints',
+ 'Come aa ye Fisher Lasses',
+ 'Mr McAfferty&#58; Boorich o Fowk',
+ 'A Dotteret Aul Carl',
+ 'Castlegate Doo&#58; Skin Balaclavas',
+ 'St Machar’s Cathedral',
+ 'Swing High Swing Low&#58; Skin Balaclavas',
+ 'The Mannie in the Lobby',
+ 'Highland Cow&#58; Bringing up the Tail',
+ 'Braes o Balquidder',
+ 'I had a little Patio&#58; Bringing up the Tail',
+ 'The Guid-luikin Widda',
+ 'It’s a Sair Fecht&#58; Dule Tree',
+ 'The Jauntin Car',
+ 'What’s in your handbag honey? Serendipity',
+ 'Lady Mary',
+ 'Sin eater&#58; Likeable Ordeal',
+ 'Cruel Mither',
+ 'A Melting Baby; Owl Hour',
+ 'The Lass Amang the Heather',
+ 'The Intended&#58; Likeable Ordeal',
+ 'I Aince Luved a Lad',
+ 'Epiphany&#58; Dule Tree',
+ 'Gallawa Hills',
+ 'A Postcard from England&#58; Dule Tree',
+ 'Far Ower the North',
+ 'The Flooers o War&#58; Dule Tree',
+ 'Lovely Molly',
+ 'The Silkie Hunter&#58; Sea Quine',
+ 'The Laird o Windy Waas',
+ 'Wee Beach Hooses&#58; Sea Quine',
+ 'A Merchant’s Son',
+ 'Wickerman&#58; Likeable Ordeal',
+ 'The Deliverance Sang',
+ 'Pantheist in a Hey Park&#58; Diminishing Lines',
+ 'Tarland Laws',
+ 'The Bagpipe Player&#58; Sea Quine',
+ 'The Dancin Piper',
+ 'Crivie Gull&#58; Sea Quine',
+ 'Banks o Claudy',
+ 'Bon Accord&#58; Diminishing Lines',
+ 'Biddy Milligan',
+ 'At the Festival&#58; Likeable Ordeal',
+ 'Erin Go Bragh',
+ 'The Plunderers&#58; Likeable Ordeal',
+ 'The Diamond',
+ 'Auld Man o the Sea&#58; Dule Tree',
+ 'The Boddamers Hanged the Monkey oh',
+ 'Monkey-City&#58; Dule Tree',
+ 'Geordie Weir',
+ 'Femme Fatale&#58; Sea Quine',
+ 'Ghaists o the Nor East Neuk',
+ 'Affirmation&#58; Diminishing Lines',
+ ],
+};
+
+export default cd;