Module:Q-odd-limit intervals: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 180: | Line 180: | ||
local subgroup = table_filter(PRIME_LIST, limit) | local subgroup = table_filter(PRIME_LIST, limit) | ||
local monzo_list = odd_limit_monzo_list_gen(limit) | local monzo_list = odd_limit_monzo_list_gen(limit) | ||
local out_str = "The following table shows how [[" .. frame.args["limit"] .. "-odd-limit intervals]] are represented in " .. steps .. "edo. " .. | local out_str | ||
if not frame.args["header"] == "none" then | |||
out_str = out_str .. "The following table shows how [[" .. frame.args["limit"] .. "-odd-limit intervals]] are represented in " .. steps .. "edo. " .. | |||
"Octave-reduced prime harmonics are in '''bold'''; inconsistent intervals are in ''italic''.\n\n" | "Octave-reduced prime harmonics are in '''bold'''; inconsistent intervals are in ''italic''.\n\n" | ||
end | |||
if steps == 12 then | if steps == 12 then | ||
out_str = out_str .. "Note that since the [[cent]] was defined specifically in terms of 12edo, the absolute and relative errors are the same.\n\n" | out_str = out_str .. "Note that since the [[cent]] was defined specifically in terms of 12edo, the absolute and relative errors are the same.\n\n" | ||