Module:Interval table: Difference between revisions
CompactStar (talk | contribs) m CompactStar moved page Module:Interval list to Module:Interval table without leaving a redirect |
CompactStar (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
local rat = require('Module:Rational') | local rat = require('Module:Rational') | ||
function p. | function p.interval_table(frame) | ||
local tuning = frame.args['tuning'] | local tuning = frame.args['tuning'] | ||
local et = ET.parse(tuning) or ET.parse('12edo') | local et = ET.parse(tuning) or ET.parse('12edo') | ||