Module:Chord consistency: Difference between revisions

Dummy index (talk | contribs)
Created page with "local rat = require('Module:Rational') local utils = require("Module:Utils") local ET = require('Module:ET') local consistency = require('Module:Limits') local p = {} functio..."
 
Dummy index (talk | contribs)
No edit summary
Line 12: Line 12:
local cats = ""
local cats = ""


if utils.value_provided(frame.args["Harmonics"]) then
--if utils.value_provided(frame.args["Harmonics"]) then
local harmonics = {}
local harmonics = {}
for hs in string.gmatch(frame.args["Harmonics"], "[^:]+") do
for hs in string.gmatch(frame.args["Harmonics"], "[^:]+") do
Line 63: Line 63:
end
end
end
end
end
--end


local vals = {}
local vals = {}