「モジュール:MOS mode degrees」の版間の差分
編集の要約なし |
編集の要約なし |
||
| 112行目: | 112行目: | ||
-- Table's title | -- Table's title | ||
-- If it's for a modmos, add the step pattern | -- If it's for a modmos, add the step pattern | ||
result = result .. "|+ style=\"font-size: 105%; white-space: nowrap;\" | " .. string.format("% | result = result .. "|+ style=\"font-size: 105%; white-space: nowrap;\" | " .. string.format("%s各旋法における音階の度数", scale_sig) | ||
.. (is_true_mos and "\n" or string.format(" (%s)\n", step_pattern)) | .. (is_true_mos and "\n" or string.format(" (%s)\n", step_pattern)) | ||
.. "|-\n" | .. "|-\n" | ||
| 123行目: | 123行目: | ||
-- Add header for scale degrees | -- Add header for scale degrees | ||
result = result .. string.format("! colspan=\"%d\" class=\"unsortable\" | | result = result .. string.format("! colspan=\"%d\" class=\"unsortable\" | 音階の度数 (%sdegree)\n", #step_matrices[1], mos_prefix) | ||
-- Add second row of headers | -- Add second row of headers | ||