blob: 32bdad3937bb0ae259eedc272f673477abd1d808 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
title: 'Robert Garioch 1909-1981',
subtitle: 'In Mind o a Makar',
longName: 'Robert Garioch 1909-1981 – In Mind o a Makar',
author: 'Robert Garioch',
cdCount: 1,
price: '11.00',
scotsounId: '061',
trackList: [
'Heard in the Cougate',
'Fi’baw in the street',
'Edwin Morgan',
'Elegy on Maggie Johnston (Ramsay)',
],
};
export default cd;
|