「モジュール:TAMNAMS」の版間の差分
編集の要約なし タグ: 差し戻し済み |
編集の要約なし タグ: 差し戻し済み |
||
| 711行目: | 711行目: | ||
elseif abbrev_format == "shortened" or abbrev_format == "SHORTENED" then | elseif abbrev_format == "shortened" or abbrev_format == "SHORTENED" then | ||
if chroma_count < 0 then | if chroma_count < 0 then | ||
quality = " | quality = "Dim." | ||
elseif chroma_count > 0 then | elseif chroma_count > 0 then | ||
quality = " | quality = "Aug." | ||
else | else | ||
quality = " | quality = "Perf." | ||
end | end | ||