summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd099.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/sscd099.ts
parentd494739e4823424bb54d81e21b57e4725544eb07 (diff)
parent27a25bfdeb07007e06bd4a608cd9953be04271ec (diff)
Merge branch 'master' of https://github.com/jcarstairs-scottlogic/lallans-wabsteid-astro
Diffstat (limited to 'src/data/scotsoun/sscd099.ts')
-rw-r--r--src/data/scotsoun/sscd099.ts52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd099.ts b/src/data/scotsoun/sscd099.ts
new file mode 100644
index 0000000..64aaac6
--- /dev/null
+++ b/src/data/scotsoun/sscd099.ts
@@ -0,0 +1,52 @@
+import type Scotsoun from '../../types/Scotsoun';
+
+const cd: Scotsoun = {
+ title: 'Douglas Young',
+ subtitle: 'Scotsoun Makars Series',
+ 'long-name': 'Scotsoun Makars Series – Douglas Young',
+ author: 'Douglas Young',
+ 'cd-count': 2,
+ price: '18.00',
+ 'scotsoun-id': '099',
+ 'track-list': [
+ 'Guestless Howff',
+ 'Dain do Eimhir XLIII&#58; Were ’t no for Ye',
+ 'Dain do Eimhir LI&#58; I the Connachan Time',
+ 'Dain do Eimhir XXLIII&#58; The Ghaists',
+ 'Dain Eile XVII&#58; Wad ye be Atween a Lassie’s',
+ 'Dain do Eimhir LIV&#58; Ye were the Dawn',
+ 'Lass wi the Keekin-Gless',
+ 'Gealach Ur&#58; A Communist Sicht o the New Mune',
+ 'Dain do Eimhir XXXIII&#58; The Weird o Makars',
+ 'Dain do Eimhir LVII&#58; A Face Aye Hauntan',
+ 'Dain do Eimhir XXXIV&#58; When I am Talkan o the Face and Natur',
+ 'Dain do Eimhir XLII&#58; Were we Thegither, Me and You',
+ 'Dain do Eimhir LV&#58; I Dinna Ken the Sense o ma Trauchlan',
+ 'Dain do Eimhir LIII&#58; I Fashna Masel for the Grand Revolution',
+ 'Hielant Woman',
+ 'On a North British Devolutionary',
+ 'Ice-Flumes Owergie their Lades',
+ 'Aisling na h-Alba',
+ 'Hielant Colloquy',
+ 'Pious Ejaculation in Aberdeen',
+ 'Thesaurus Paleo-Scoticus',
+ 'For Alasdair',
+ 'In Memoriam, Douglas Young&#58;',
+ 'Luve',
+ 'For a Wife in Jizzen',
+ 'Dante, Vita Nova, frae the second canzone',
+ 'The 23rd Psalm o King Dauvit',
+ 'Hame frae Stalingrad',
+ 'Grey are the Sands',
+ 'Til the Andantino frae Gluck’s Orpheus',
+ 'Rowans are Rowthie',
+ 'I loed Ye Yince&#58; into Scots',
+ 'I loed Ye Yince&#58; into German',
+ 'Sabbath i the Mearns',
+ 'The Ballant o the Laird’s Bath',
+ 'Last Lauch',
+ 'Hektor’s Twynan frae Andromacha',
+ ],
+};
+
+export default cd;