summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd079.ts
blob: 19d14a0f317a8f808d73f12f5aa09b4f272d365e (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: 'Langholm Memorial Sculpture',
  subtitle: '"& 21 local poems of Hugh MacDiarmaid"',
  longName: '"Langholm Memorial Sculpture & 21 local poems of Hugh MacDiarmaid"',
  author: 'Hugh MacDiarmaid',
  cdCount: 2,
  price: '18.00',
  scotsounId: '079',
  trackList: ['The Kernigal ', 'Kinsfolk '],
};

export default cd;