「モジュール:Infobox interval」の版間の差分
編集の要約なし |
編集の要約なし |
||
| 108行目: | 108行目: | ||
end | end | ||
if rat.is_reduced(ratio, 2, not small) then | if rat.is_reduced(ratio, 2, not small) then | ||
table.insert(special_properties, "[[ | table.insert(special_properties, "[[オクターブ縮約]]") | ||
end | end | ||
if rat.is_harmonic(ratio) then | if rat.is_harmonic(ratio) then | ||
| 131行目: | 131行目: | ||
elseif regular then | elseif regular then | ||
if cents >= 0 and cents < 1200 then | if cents >= 0 and cents < 1200 then | ||
table.insert(special_properties, "[[オクターブ縮約 | table.insert(special_properties, "[[オクターブ縮約]]") | ||
end | end | ||
end | end | ||