summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd018.ts
blob: 06f30c8c1550942feb261f10738b260a69cf5356 (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',
  longName: 'Scotsoun Makars Series – Robert Henryson',
  author: 'Robert Henryson',
  cdCount: 3,
  price: '25.00',
  scotsounId: '018',
  trackList: [
    'The Taill of the Uponlandis Mous and the Burges Mous',
    'The Taill of the Paddok and the Mous',
  ],
};

export default cd;