summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd048.ts
blob: 2ae914e8e0e23d42aee360d22a773a1e6a4962cd (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
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  title: 'Poems in Scots',
  longName: 'Jean Taylor Smith reading from her own collection',
  author: 'Jean Taylor Smith',
  cdCount: 1,
  price: '11.00',
  scotsounId: '048',
  trackList: [
    'To SR Crockett',
    'Alas, Poor Queen',
    'Last May a Braw Wooer',
    'John Anderson, My Jo',
    'The Laddie’s Dear Sel',
    'Willie Wastle',
    'Ye Banks and Braes',
    'Tam Glen',
    'Bessie and her Spinning Wheel',
    'Auld Lang Syne',
  ],
};

export default cd;