Module:MOS in EDO: Difference between revisions

Ganaram inukshuk (talk | contribs)
Adopt tamnams module for lookup
Ganaram inukshuk (talk | contribs)
m use tamnams names table directly
Line 412: Line 412:
-- Also add tamnams name if there is one
-- Also add tamnams name if there is one
local scale_sig = p.mos_step_pattern_to_scale_sig(current_scale)
local scale_sig = p.mos_step_pattern_to_scale_sig(current_scale)
local tamnams_name = tamnams.lookup_name(scale_sig)
local tamnams_name = tamnams.tamnams_name[scale_sig]
local current_step_count = #current_scale
local current_step_count = #current_scale
if large_step_size == small_step_size then
if large_step_size == small_step_size then