summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd067.ts
blob: 99e7bc048a7323e326b5b096ce778ba03f1b6d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import type Scotsoun from '../../types/Scotsoun';

const cd: Scotsoun = {
  title: 'Burns Cottage Selection',
  subtitle: 'from the Works of Robert Burns',
  'long-name': 'Burns Cottage Selection – from the Works of Robert Burns',
  author: 'Robert Burns',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '067',
  'track-list': ['Scots wha hae', 'Auld lang syne'],
};

export default cd;