summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscd056.ts
blob: 100e813ddf447c8ca0002c7c3e111e6e172f7243 (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
27
28
29
30
31
32
33
34
35
36
37
38
import type Scotsoun from '../../types/Scotsoun';

const cd: Scotsoun = {
  title: 'Hamewith',
  subtitle: 'and other poems',
  'long-name': 'Hamewith and other poems',
  author: 'Charles Murray',
  'cd-count': 2,
  price: '18.00',
  'scotsoun-id': '056',
  'track-list': [
    'The Three Craws',
    'It wasna his Wyte',
    'A Cheery Guid-Nicht',
    'In Lythe Strathdon',
    'Horace, Car I, 35',
    'Horace, Car I, 9',
    'Yokin the Mear',
    'Gin I was God',
    'Winter',
    'Spring',
    'Bennachie',
    '‘Aiberdeen Awa’',
    'Aye Fegs',
    'Tho’ I be Aul’',
    'Heraclitus',
    'The Thraws o Fate',
    'Dockens afore his Peers',
    'Fae France',
    'When will the war be by?',
    'The Brig',
    'Advice to the Sit-Siccars',
    'The Lad without a Name',
    'There’s Aye a Something',
  ],
};

export default cd;