summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd035.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:18:16 +0100
commit90254344d599bc977c0661f7c9681b7509a9076e (patch)
treed5c521f154994a33e0d09db48971d1a967a6f543 /src/data/scotsoun/sscd035.ts
parent97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff)
Moves to root folder
Diffstat (limited to 'src/data/scotsoun/sscd035.ts')
-rw-r--r--src/data/scotsoun/sscd035.ts53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd035.ts b/src/data/scotsoun/sscd035.ts
new file mode 100644
index 0000000..9998ce0
--- /dev/null
+++ b/src/data/scotsoun/sscd035.ts
@@ -0,0 +1,53 @@
+import type Scotsoun from '../../types/Scotsoun';
+
+const cd: Scotsoun = {
+ title: 'Poems of Robert Burns volumes 1 &amp; 2',
+ subtitle: 'Scotsoun Makars Series',
+ 'long-name': 'Scotsoun Makars Series – Robert Burns',
+ author: 'Robert Burns',
+ 'cd-count': 3,
+ price: '25.00',
+ 'scotsoun-id': '035',
+ 'track-list': [
+ 'The Holy Fair',
+ 'Death and Doctor Hornbook',
+ 'Group 5 intro',
+ 'Address to the Deil',
+ 'Tam o Shanter',
+ 'Introduction',
+ 'Tam Glen',
+ 'O what can a young lassie?',
+ 'Willie Wastle',
+ 'Thou hast left me ever, Jamie',
+ 'The Laddie’s dear sel',
+ 'It is was a’ for our rightfu’ king',
+ 'O wert thou in the cauld blast',
+ 'John Anderson',
+ 'Introduction',
+ 'Man was made to Mourn',
+ 'Address of Beelzebub',
+ 'A Man’s a Man, for a’ that',
+ 'The Tree of Liberty',
+ 'As I stood by yon roofless tower',
+ 'Introduction to Love and Liberty a.k.a. The Jolly Beggars',
+ 'Start of Recitativo',
+ 'The Soldier’s Song',
+ 'Recitativo&#58; He ended; and the kebars sheuk',
+ 'I once was a maid',
+ 'Recitativo&#58; Poor merry Andrew in the neuk',
+ 'Sir Wisdom’s a fool when he’sfou',
+ 'Recitativo&#58; The neist outspak a raucle carlin',
+ 'John Highlandman',
+ 'Recitativo&#58; A pigmy scraper wi’ his fiddle',
+ 'I am a fiddler to my trade',
+ 'Recitativo&#58; Her charmshad struck a sturdy caird',
+ 'My Bonnie Lass',
+ 'Recitativo&#58; The caird prevail’d',
+ 'I am a bard of no regard',
+ 'Recitativo&#58; So sung the bard',
+ 'A fig for those by law protected',
+ 'Auld Lang Syne',
+ ],
+};
+
+export default cd;