Module:Infobox chord: Difference between revisions
go back to between interval cents — the dashes are too cluttered with the ¢ signs. |
increase spacing in step intervals |
||
Line 159: | Line 159: | ||
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, ", ")}) | ||
table.insert(infobox_data, {"Step cents", table.concat(step_cents, ", | table.insert(infobox_data, {"Step cents", table.concat(step_cents, ", ")}) | ||
if prime_limit < 96 then | if prime_limit < 96 then |