summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd015.ts
blob: 4985651815aeb252177b602c65fdc2636a519fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import type Scotsoun from '../../types/Scotsoun';

const cd: Scotsoun = {
  title: 'Psaums, Hymns, Sangs',
  'long-name': 'Psaums, Hymns, Sangs',
  author: 'Clydebank Lyric Choir',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '015',
  'track-list': [
    'Intro to O Ye who Taste',
    'O Ye who Taste',
    'Intro to Ye Gates',
    'Ye Gates, Lift up your Heads',
  ],
};

export default cd;