summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd039.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/scotsoun/sscd039.ts')
-rw-r--r--src/data/scotsoun/sscd039.ts37
1 files changed, 37 insertions, 0 deletions
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;