summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd020.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/scotsoun/sscd020.ts')
-rw-r--r--src/data/scotsoun/sscd020.ts14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd020.ts b/src/data/scotsoun/sscd020.ts
new file mode 100644
index 0000000..46b3454
--- /dev/null
+++ b/src/data/scotsoun/sscd020.ts
@@ -0,0 +1,14 @@
+import type Scotsoun from '../../types/Scotsoun';
+
+const cd: Scotsoun = {
+ title: 'William Dunbar',
+ subtitle: 'Scotsoun Makars Series',
+ 'long-name': 'Scotsoun Makars Series – William Dunbar',
+ author: 'William Dunbar',
+ 'cd-count': 2,
+ price: '18.00',
+ 'scotsoun-id': '020',
+ 'track-list': ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'],
+};
+
+export default cd;