Module:Infobox chord: Difference between revisions

Bcmills (talk | contribs)
add stepwise intervals
Bcmills (talk | contribs)
mNo edit summary
Line 156: Line 156:
table.insert(infobox_data, {"Intervals from root", table.concat(root_interval_links, " – ")})
table.insert(infobox_data, {"Intervals from root", table.concat(root_interval_links, " – ")})
table.insert(infobox_data, {"Cents from root", table.concat(root_cents_steps, " ")})
table.insert(infobox_data, {"Cents from root", table.concat(root_cents_steps, " ")})
table.insert(infobox_data, {"Step intervals", table.concat(step_interval_links, " , ")})
table.insert(infobox_data, {"Step intervals", table.concat(step_interval_links, ", ")})


if prime_limit < 96 then
if prime_limit < 96 then