Module:Infobox chord: Difference between revisions
add stepwise intervals |
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 | ||