summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd805.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-05 21:16:45 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-05 21:37:58 +0100
commit3098c31049e17dfdcdf451e843f6c4bdcf5b2fa1 (patch)
treeb3590c527d147db6ef5519d43e8a1976f9674f42 /src/data/scotsoun/sscd805.ts
parent97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff)
Moves to root folder
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;