summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd115.ts
blob: 9853b75d65b827679b61bbde7f43dc1ec37fd7b1 (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',
  longName: 'The Preiching of the Swallow – Searmonachadh a’ Ghòbhlain-Ghaoithe',
  author: 'Robert Henryson',
  cdCount: 1,
  price: '11.00',
  scotsounId: '115',
};

export default cd;