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

const cd: Scotsoun = {
  title: 'Nan Chnochan Uain’ Ile',
  'long-name': 'Nan Chnochan Uain’ Ile',
  author: 'Ian Carmichael',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '800',
  'track-list': ['Mo Run Geal Dileas', 'Nan Chnochan Uain Ile'],
};

export default cd;