What I’m trying to do
I’m using obsidian to organise my traditional Irish tune lists. I use it to keep track of when I last practiced a tune, so I know I’m eventually getting through them all.
Irish tunes are often put into ‘sets’ of three or so, and these can change or be created by anyone.
I’m trying to create a page that lists my own ‘sets’, including some metadata about them (key and starting phrase). The issue is that one tune may feature in multiple sets.
Things I have tried
The table below gives me what I’m looking for, but a tune may be in more than one set, and using the code below, it only shows up in one. I have a ‘list’ property in the metadata of the tunes, and I use ‘1.1’ and ‘1.2’ to designate the first and second tunes in the first set for example. So one tune may have ‘1.1’ but also ‘3.2’ and therein lies the problem.
If I didn’t need to list the metadata, I think I could find an easy solution, but I do!
table
Set as Set,
type as Type,
key as Key,
first-phrase as Firstphrase,
lastprac as "Last Practiced"
Where Set
SORT Set