「モジュール:Q-odd-limit intervals」の版間の差分

Tessyrrh1016 (トーク | 投稿記録)
編集の要約なし
Tessyrrh1016 (トーク | 投稿記録)
編集の要約なし
 
(同じ利用者による、間の5版が非表示)
187行目: 187行目:
if tag ~= "none" then
if tag ~= "none" then
tag_direct = " (直接近似, 一貫性の無いものも含む)"
tag_direct = "(直接近似, 一貫性の無いものも含む)"
tag_val = " (パテントヴァルによるマッピング)"
tag_val = "(パテントヴァルによるマッピング)"
else
else
tag_direct = ""
tag_direct = ""
219行目: 219行目:
if not utils.value_provided(title) then
if not utils.value_provided(title) then
title = string.format(steps .. "平均律内の" .. "%d-奇数リミット音程", limit)
title = string.format(steps .. "平均律内の" .. "%d奇数リミット音程", limit)
end
end
230行目: 230行目:
end
end
out_str = "以下の表は、"
out_str = "以下の表は、"
.. steps .. "" .. limit .. "-奇数リミット音程がどのように表されるかを示している。素数倍音は'''太字で'''、非一貫的な音程は''斜体''で示される。"
.. steps .. "平均律で" .. limit .. "奇数リミット音程がどのように表されるかを示している。素数倍音は'''太字で'''"
.. ((constcy >= limit) and {"示す。\n\n" .. steps .. "平均律は" .. limit .. "奇数リミットにおいて[[一貫性|一貫的]]であるため、直接近似とパテントヴァルを介したマッピングが一致する。"} or {"、非[[一貫性|一貫的]]な音程は''斜体''で示す。"})[1]
.. "\n\n"
.. "\n\n"
-- out_str = "The following "
-- out_str = "The following "
245行目: 246行目:
end
end
if steps == 12 then
if steps == 12 then
out_str = out_str .. "Note that, since the [[cent]] was defined in terms of 12edo, the absolute and relative errors for 12edo are identical.\n\n"
-- out_str = out_str .. "Note that, since the [[cent]] was defined in terms of 12edo, the absolute and relative errors for 12edo are identical.\n\n"
out_str = out_str .. "[[セント]]は12平均律をもとに定義されているので、12平均律の絶対誤差と相対誤差は同じであることに注意。\n\n"
end
end
else
else