summaryrefslogtreecommitdiff
path: root/frontend/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:37:58 +0100
commit3098c31049e17dfdcdf451e843f6c4bdcf5b2fa1 (patch)
treeb3590c527d147db6ef5519d43e8a1976f9674f42 /frontend/src/data/scotsoun/sscd035.ts
parent97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff)
Moves to root folder
Diffstat (limited to 'frontend/src/data/scotsoun/sscd035.ts')
-rw-r--r--frontend/src/data/scotsoun/sscd035.ts53
1 files changed, 0 insertions, 53 deletions
diff --git a/frontend/src/data/scotsoun/sscd035.ts b/frontend/src/data/scotsoun/sscd035.ts
deleted file mode 100644
index 9998ce0..0000000
--- a/frontend/src/data/scotsoun/sscd035.ts
+++ /dev/null
@@ -1,53 +0,0 @@
-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;