Module:Q-odd-limit intervals: Difference between revisions

ArrowHead294 (talk | contribs)
No edit summary
Restore some strings we used to use
Line 194: Line 194:
if tag ~= "none" then
if tag ~= "none" then
out_str_direct = out_str_direct .. " (approximated directly)"
out_str_direct = out_str_direct .. " (direct approximation, even if inconsistent)"
out_str_val = out_str_val .. " (using patent val)"
out_str_val = out_str_val .. " (patent val mapping)"
end
end
out_str_direct = out_str_direct .. output_2 .. table.concat(t_body_direct, "\n") .. output_3
out_str_direct = out_str_direct .. output_2 .. table.concat(t_body_direct, "\n") .. output_3
Line 225: Line 225:
if title == nil or #title == 0 then
if title == nil or #title == 0 then
title = string.format("%d-odd-limit interval mappings in " .. steps .. "edo", limit)
title = string.format("%d-odd-limit intervals in " .. steps .. "edo", limit)
end
end
Line 238: Line 238:
out_str = out_str .. "tables show"
out_str = out_str .. "tables show"
end
end
out_str = out_str .. " how [[" .. limit .. "-odd-limit intervals]] are represented in " .. steps .. "edo. Prime harmonics are in '''bold'''"
out_str = out_str .. " how [[" .. limit .. "-odd-limit]] intervals are represented in " .. steps .. "edo. Prime harmonics are in '''bold'''"
if constcy >= limit then
if constcy >= limit then
out_str = out_str .. ".\n\nAs " .. steps .. "edo is consistent in the " .. limit .. "-odd-limit, the mappings by direct approximation and through the patent val are identical."
out_str = out_str .. ".\n\nAs " .. steps .. "edo is consistent in the " .. limit .. "-odd-limit, the mappings by direct approximation and through the patent val are identical."