summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd046.ts
blob: 63a21eb8f4e25adb6cade76bbddcf49b01758d49 (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: 'Piper in the Nave',
  subtitle: 'of Dunfermline Abbey, vol 2',
  'long-name': 'Piper in the Nave of Dunfermline Abbey, vol 2',
  author: 'Pipe Major Donald MacLeod MBE',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '046',
  'track-list': ['Introduction to A Glase', 'A Glase'],
};

export default cd;