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

const cd: Scotsoun = {
  title: 'Lang Syne in the East Neuk o Fife',
  subtitle: 'an Ither Pairts o the Kinrick',
  longName: 'Lang Syne in the East Neuk o Fife – an Ither Pairts o the Kinrick',
  author: 'Mary Kermack',
  cdCount: 1,
  price: '11.00',
  scotsounId: '069',
  uploadDate: '2023-08-25',
  trackList: ['Generations of Change', 'End of Johnie Brand’s Prologue to Brand the Builder'],
};

export default cd;