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

const cd: Scotsoun = {
  title: 'The Preiching of the Swallow',
  subtitle: 'Searmonachadh a’ Ghòbhlain-Ghaoithe',
  'long-name': 'The Preiching of the Swallow – Searmonachadh a’ Ghòbhlain-Ghaoithe',
  author: 'Robert Henryson',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '115',
};

export default cd;