summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd020.ts
blob: 21c93074ad09eab723edee74fb3d7a1b54c18df5 (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: 'William Dunbar',
  subtitle: 'Scotsoun Makars Series',
  longName: 'Scotsoun Makars Series – William Dunbar',
  author: 'William Dunbar',
  cdCount: 2,
  price: '18.00',
  scotsounId: '020',
  trackList: ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'],
};

export default cd;