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

const cd: Scotsoun = {
  title: 'Ceol na Gàidhlig',
  subtitle: 'Gaelic Music & Poetry',
  longName: 'Ceol na Gàidhlig – Gaelic Music & Poetry',
  author: 'Derick Thomson',
  cdCount: 1,
  price: '11.00',
  scotsounId: '014',
  trackList: [
    'Ar Blar Catha le Deòrsa Caimbeul Hay',
    'Clann-nighean an Sgadain le Ruaraidh MacThómais',
    'Do Shean-Bhoireannach le iain Mac a’ Ghobhainn',
    'Latha Feille le Dòmhnall MacAmhlaigh',
  ],
};

export default cd;