summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd805.ts
diff options
context:
space:
mode:
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: Stagwyse',
+ 'Corachree',
+ 'A Gweed New Year: Cyard’s Kist',
+ 'Oh the Shearin’s nae fur you',
+ 'A Drap o Bluid: Stagwyse',
+ 'Davie Green the Grocer Oh',
+ 'Pinto: The Heavenly Cow of Thebes',
+ 'The Corncraik',
+ 'Oh tae be a Salmon: Hamedrauchtit',
+ 'Farewell My Love',
+ 'The Watcher in the Grass: Winnlestrae',
+ 'The Dance of Death',
+ 'The Dying Room: Dule Tree',
+ 'The Twa Corbies',
+ 'The Lan far Ballads Grow: Boorich o Fowk',
+ 'The Braes o Strathdon',
+ 'The Herrin Fleet: Gallery Prints',
+ 'Come aa ye Fisher Lasses',
+ 'Mr McAfferty: Boorich o Fowk',
+ 'A Dotteret Aul Carl',
+ 'Castlegate Doo: Skin Balaclavas',
+ 'St Machar’s Cathedral',
+ 'Swing High Swing Low: Skin Balaclavas',
+ 'The Mannie in the Lobby',
+ 'Highland Cow: Bringing up the Tail',
+ 'Braes o Balquidder',
+ 'I had a little Patio: Bringing up the Tail',
+ 'The Guid-luikin Widda',
+ 'It’s a Sair Fecht: Dule Tree',
+ 'The Jauntin Car',
+ 'What’s in your handbag honey? Serendipity',
+ 'Lady Mary',
+ 'Sin eater: Likeable Ordeal',
+ 'Cruel Mither',
+ 'A Melting Baby; Owl Hour',
+ 'The Lass Amang the Heather',
+ 'The Intended: Likeable Ordeal',
+ 'I Aince Luved a Lad',
+ 'Epiphany: Dule Tree',
+ 'Gallawa Hills',
+ 'A Postcard from England: Dule Tree',
+ 'Far Ower the North',
+ 'The Flooers o War: Dule Tree',
+ 'Lovely Molly',
+ 'The Silkie Hunter: Sea Quine',
+ 'The Laird o Windy Waas',
+ 'Wee Beach Hooses: Sea Quine',
+ 'A Merchant’s Son',
+ 'Wickerman: Likeable Ordeal',
+ 'The Deliverance Sang',
+ 'Pantheist in a Hey Park: Diminishing Lines',
+ 'Tarland Laws',
+ 'The Bagpipe Player: Sea Quine',
+ 'The Dancin Piper',
+ 'Crivie Gull: Sea Quine',
+ 'Banks o Claudy',
+ 'Bon Accord: Diminishing Lines',
+ 'Biddy Milligan',
+ 'At the Festival: Likeable Ordeal',
+ 'Erin Go Bragh',
+ 'The Plunderers: Likeable Ordeal',
+ 'The Diamond',
+ 'Auld Man o the Sea: Dule Tree',
+ 'The Boddamers Hanged the Monkey oh',
+ 'Monkey-City: Dule Tree',
+ 'Geordie Weir',
+ 'Femme Fatale: Sea Quine',
+ 'Ghaists o the Nor East Neuk',
+ 'Affirmation: Diminishing Lines',
+ ],
+};
+
+export default cd;