summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd122.ts
blob: 52189648b898e2de48dbf26d376ef5434be45da4 (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
import img192w from '$images/scotsoun/sscd122-192w.jpg';
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'How to Pronounce Older Scots',
  longName: 'How to Pronounce Older Scots',
  author: 'Prof AJ Aitken',
  cdCount: 1,
  price: '11.00',
  scotsounId: '122',
  uploadDate: '2023-08-25',
  trackList: [
    'From The Fable of the Fox, the Wolf and the Husbandman by Robert Henryson (in Poems edited by Denton Fox, OUP, 1981, pp. 89/90)',
    'The Need for Preparation and Rehearsal',
    'The Modern Standard English Model',
    'Common Inconsistencies and Solecisms',
    'Does it Matter?',
    'Recapitulation',
  ],
};

export default cd;