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

const cd: Scotsoun = {
  title: 'Fiddle Favourites',
  longName: 'Fiddle Favourites',
  author: 'Glasgow Caledonian Strathspey and Reel Society',
  cdCount: 2,
  price: '18.00',
  scotsounId: '012',
  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;