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

const cd: Scotsoun = {
  title: 'Robert Henryson',
  subtitle: 'Scotsoun Makars Series',
  'long-name': 'Scotsoun Makars Series – Robert Henryson',
  author: 'Robert Henryson',
  'cd-count': 3,
  price: '25.00',
  'scotsoun-id': '018',
  'track-list': [
    'The Taill of the Uponlandis Mous and the Burges Mous',
    'The Taill of the Paddok and the Mous',
  ],
};

export default cd;