summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd094.ts
blob: 954d74d735bb776c9cb7a2699e378cbfb6b15e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import type Scotsoun from '../../types/Scotsoun';

const cd: Scotsoun = {
  title: 'The Richt Noise',
  subtitle: 'Scotsoun Makars Series',
  'long-name': 'Scotsoun Makars Series – The Richt Noise',
  author: 'Raymond Vettese',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '094',
  'track-list': [
    'Gaudy Aumous',
    'Scottish Names',
    'Til Deid Een',
    'A Ferlie Buskin',
    'Shaddas',
    'Hoo Faur?',
    'Weeds',
    'The Muckle Tree',
    'Waste',
    'Tak Pooer!',
    'Epilogue',
  ],
};

export default cd;