summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd084.ts
blob: aa0d79b0d59f3be29d190a2e4c4cef75e18ac311 (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: 'Gleg',
  subtitle: 'Learning Scots in song and story',
  longName: 'Gleg – Learning Scots in song and story',
  author: 'various',
  cdCount: 1,
  price: '11.00',
  scotsounId: '084',
  description: {
    sco: `
      ‘Gleg’  wis wrocht ti gie bairns an innin til Scots in the wee schuils - the accompanyin
      beuklet is ettelt ti provide copy maisters ti uise alang wi the recordin. Gin stock rins oot,
      we’ll send it as a PDF file for free.
      `,
    'en-GB': `
      ‘Gleg’ was created to give children an introduction to Scots in the small schools. The
      accompanying booklet is intended to provide copy masters to use alongside the recording.
      If stock runs out, we’ll send it as a PDF file for free.
      `,
  },
  trackList: ['The Twins and the Muckle Moggie', 'The Six Travellers'],
};

export default cd;