diff options
Diffstat (limited to 'src/data/scotsoun/sscd071.ts')
| -rw-r--r-- | src/data/scotsoun/sscd071.ts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd071.ts b/src/data/scotsoun/sscd071.ts new file mode 100644 index 0000000..9e2c300 --- /dev/null +++ b/src/data/scotsoun/sscd071.ts @@ -0,0 +1,13 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: 'A Sang’s a Sang for Aa That', + 'long-name': 'A Sang’s a Sang for Aa That', + author: 'Andy Hunter', + 'cd-count': 1, + price: '11.00', + 'scotsoun-id': '071', + 'track-list': ['Ye Heilan Chiels Andy Hunter', 'The Battle o Harlaw (Traditional)'], +}; + +export default cd; |
