「モジュール:Q-odd-limit intervals」の版間の差分
Tessyrrh1016 (トーク | 投稿記録) 細編集の要約なし |
Tessyrrh1016 (トーク | 投稿記録) 細編集の要約なし |
||
| 219行目: | 219行目: | ||
if not utils.value_provided(title) then | if not utils.value_provided(title) then | ||
title = string.format(steps .. "平均律内の" .. "% | 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 .. " | .. ((constcy >= limit) and {"示す。\n\n" .. steps .. "平均律は" .. limit .. "奇数リミットにおいて[[一貫性|一貫的]]であるため、直接近似とパテントヴァルを介したマッピングが一致する。"} or {"、非[[一貫性|一貫的]]な音程は''斜体''で示す。"})[1] | ||
.. "\n\n" | .. "\n\n" | ||
-- out_str = "The following " | -- out_str = "The following " | ||