summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd063.ts
blob: 3d1078cf053b1a418cde287b4f1747c4b24316f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import type Scotsoun from '../../types/Scotsoun';

const cd: Scotsoun = {
  title: 'Pipe Tunes',
  'long-name': 'Pipe Tunes',
  author: 'Duncan Johnstone',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '063',
  'track-list': ['Guido Margiotta / Tony Lightfoot / Romany Jig', 'Farewell to Barra'],
};

export default cd;