summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd063.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/scotsoun/sscd063.ts')
-rw-r--r--src/data/scotsoun/sscd063.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd063.ts b/src/data/scotsoun/sscd063.ts
new file mode 100644
index 0000000..3d1078c
--- /dev/null
+++ b/src/data/scotsoun/sscd063.ts
@@ -0,0 +1,13 @@
+import type Scotsoun from '../../types/Scotsoun';
+
+const cd: Scotsoun = {
+ title: 'Pipe Tunes',
+ 'long-name': 'Pipe Tunes',
+ author: 'Duncan Johnstone',
+ 'cd-count': 1,
+ price: '11.00',
+ 'scotsoun-id': '063',
+ 'track-list': ['Guido Margiotta / Tony Lightfoot / Romany Jig', 'Farewell to Barra'],
+};
+
+export default cd;