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

const cd: Scotsoun = {
  img,
  title: 'Fiddle Favourites',
  longName: 'Fiddle Favourites',
  author: 'Glasgow Caledonian Strathspey and Reel Society',
  cdCount: 2,
  price: '18.00',
  scotsounId: '012',
  uploadDate: '2023-08-25',
  trackList: [
    'The Music of the Spey / The Gay Gordons / Glenlivit / The Laird o Drumblair / MacKenzie Hay / MacKenzie Fraser / Angus Campbell',
    'Bonawe Highlanders / Angus McKinnon / The 10th HLI Crossing the Rhine',
  ],
};

export default cd;