Module:Infobox chord: Difference between revisions
display computed reduced harmonics instead of originals |
m Make “intervallic odd limit” label consistent between high- and low-limit chords |
||
Line 220: | Line 220: | ||
cats = cats .. "[[Category:" .. odd_limit .. "-odd-limit chords" .. sort_tag .. "]]" | cats = cats .. "[[Category:" .. odd_limit .. "-odd-limit chords" .. sort_tag .. "]]" | ||
else | else | ||
table.insert(infobox_data, {"[[ | table.insert(infobox_data, {"[[Intervallic odd limit]]", odd_limit}) | ||
end | end | ||
table.insert(infobox_data, {"[[Otonal odd limit]]", otonal_odd_limit}) | table.insert(infobox_data, {"[[Otonal odd limit]]", otonal_odd_limit}) |