From 3098c31049e17dfdcdf451e843f6c4bdcf5b2fa1 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:16:45 +0100 Subject: Moves to root folder --- src/data/scotsoun/sscd039.ts | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/data/scotsoun/sscd039.ts (limited to 'src/data/scotsoun/sscd039.ts') diff --git a/src/data/scotsoun/sscd039.ts b/src/data/scotsoun/sscd039.ts new file mode 100644 index 0000000..7d76cc7 --- /dev/null +++ b/src/data/scotsoun/sscd039.ts @@ -0,0 +1,37 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: '18 Burns Sangs', + subtitle: 'and thair stories', + 'long-name': '18 Burns Sangs and Thair Stories', + author: 'Robert Burns', + 'cd-count': 2, + price: '18.00', + 'scotsoun-id': '039', + 'track-list': [ + 'Introduction to track 2', + 'Last May a Braw Wooer', + 'Introduction to track 23', + 'Ay Waukin O', + 'Introduction to track 25', + 'Scots wha hae wi Wallace Bled', + 'Introduction to track 27', + 'Ae Fond Kiss', + 'Introduction to track 29', + 'O aa the Airts', + 'Introduction to track 31', + 'The Deil’s awa wi the Exciseman', + 'Introduction to track 33', + 'Bonny Wee Thing', + 'Introduction to track 35', + 'John Anderson, my Jo John', + 'Introduction to track 37', + 'A Man’s a Man for aa that', + 'Introduction to track 39', + 'O Wert Thou in the Cauld Blast', + 'Last word', + 'Final medley', + ], +}; + +export default cd; -- cgit v1.2.3