Module:Ups and downs notation: Difference between revisions

CompactStar (talk | contribs)
No edit summary
CompactStar (talk | contribs)
No edit summary
Line 117: Line 117:


local et = ET.parse(frame.args['tuning']) or ET.parse('12edo')
local et = ET.parse(frame.args['tuning']) or ET.parse('12edo')
local step = tonumber(frame.args['step'])
return 'test'
return 'test'
-- local step = tonumber(frame.args['step'])


-- return p.get_note_names_table(et)[step]
-- return p.get_note_names_table(et)[step]