summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd046.ts
blob: c8581d959784a90cf804e352ab4cf245dcb07533 (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: 'Piper in the Nave',
  subtitle: 'of Dunfermline Abbey, vol 2',
  longName: 'Piper in the Nave of Dunfermline Abbey, vol 2',
  author: 'Pipe Major Donald MacLeod MBE',
  cdCount: 1,
  price: '11.00',
  scotsounId: '046',
  uploadDate: '2023-08-25',
  trackList: ['Introduction to A Glase', 'A Glase'],
};

export default cd;