summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd071.ts
blob: 9e2c300343b66de24ede3e042e35adc07adeff35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;