Module:TAMNAMS: Difference between revisions
Added function that finds the udps (plus alterations) for an arbitrary mode's rotations |
Added equave-agnostic names (even though their use is currently limited) |
||
| Line 198: | Line 198: | ||
['8L 2s'] = 'tar', | ['8L 2s'] = 'tar', | ||
['9L 1s'] = 'si' | ['9L 1s'] = 'si' | ||
} | |||
-- TAMNAMS equave-agnostic names | |||
p.tamnams_equave_agnostic_name = { | |||
['1L 1s'] = 'trivial', | |||
['1L 2s'] = 'antrial', | |||
['2L 1s'] = 'trial', | |||
['1L 3s'] = 'antetric', | |||
['3L 1s'] = 'tetric', | |||
['1L 4s'] = 'pedal', | |||
['2L 3s'] = 'pentic', | |||
['3L 2s'] = 'anpentic', | |||
['4L 1s'] = 'manual' | |||
} | |||
-- And prefixes | |||
p.tamnams_equave_agnostic_prefix = { | |||
['1L 1s'] = 'triv', | |||
['1L 2s'] = 'atri', | |||
['2L 1s'] = 'tri', | |||
['1L 3s'] = 'atetra', | |||
['3L 1s'] = 'tetra', | |||
['1L 4s'] = 'ped', | |||
['2L 3s'] = 'pent', | |||
['3L 2s'] = 'apent', | |||
['4L 1s'] = 'manu' | |||
} | |||
-- And abbrevs | |||
p.tamnams_equave_agnostic_abbrev = { | |||
['1L 1s'] = 'trv', | |||
['1L 2s'] = 'atri', | |||
['2L 1s'] = 'tri', | |||
['1L 3s'] = 'att', | |||
['3L 1s'] = 'tt', | |||
['1L 4s'] = 'ped', | |||
['2L 3s'] = 'pt', | |||
['3L 2s'] = 'apt', | |||
['4L 1s'] = 'manu' | |||
} | } | ||