diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:16:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:18:16 +0100 |
| commit | 90254344d599bc977c0661f7c9681b7509a9076e (patch) | |
| tree | d5c521f154994a33e0d09db48971d1a967a6f543 /src/data/scotsoun/sscd099.ts | |
| parent | 97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff) | |
Moves to root folder
Diffstat (limited to 'src/data/scotsoun/sscd099.ts')
| -rw-r--r-- | src/data/scotsoun/sscd099.ts | 52 |
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: Were ’t no for Ye', + 'Dain do Eimhir LI: I the Connachan Time', + 'Dain do Eimhir XXLIII: The Ghaists', + 'Dain Eile XVII: Wad ye be Atween a Lassie’s', + 'Dain do Eimhir LIV: Ye were the Dawn', + 'Lass wi the Keekin-Gless', + 'Gealach Ur: A Communist Sicht o the New Mune', + 'Dain do Eimhir XXXIII: The Weird o Makars', + 'Dain do Eimhir LVII: A Face Aye Hauntan', + 'Dain do Eimhir XXXIV: When I am Talkan o the Face and Natur', + 'Dain do Eimhir XLII: Were we Thegither, Me and You', + 'Dain do Eimhir LV: I Dinna Ken the Sense o ma Trauchlan', + 'Dain do Eimhir LIII: 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:', + '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: into Scots', + 'I loed Ye Yince: into German', + 'Sabbath i the Mearns', + 'The Ballant o the Laird’s Bath', + 'Last Lauch', + 'Hektor’s Twynan frae Andromacha', + ], +}; + +export default cd; |
