summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd035.ts
diff options
context:
space:
mode:
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 & 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: He ended; and the kebars sheuk',
+ 'I once was a maid',
+ 'Recitativo: Poor merry Andrew in the neuk',
+ 'Sir Wisdom’s a fool when he’sfou',
+ 'Recitativo: The neist outspak a raucle carlin',
+ 'John Highlandman',
+ 'Recitativo: A pigmy scraper wi’ his fiddle',
+ 'I am a fiddler to my trade',
+ 'Recitativo: Her charmshad struck a sturdy caird',
+ 'My Bonnie Lass',
+ 'Recitativo: The caird prevail’d',
+ 'I am a bard of no regard',
+ 'Recitativo: So sung the bard',
+ 'A fig for those by law protected',
+ 'Auld Lang Syne',
+ ],
+};
+
+export default cd;