Module:MOS intervals: Difference between revisions
mNo edit summary |
m Bold cells should now indicate periods (eg, unison and octave/equave) and generators |
||
| Line 153: | Line 153: | ||
-- large size is major and the small size is minor. Add two rows. | -- large size is major and the small size is minor. Add two rows. | ||
result = result .. "|-\n" | result = result .. "|-\n" | ||
result = result .. '|rowspan="2"' .. "| | result = result .. '|rowspan="2"' .. "|" .. i .. "-" .. mos_prefix .. "step\n" | ||
result = result .. "|Minor " .. i .. "-" .. mos_prefix .. "step\n" | result = result .. "|Minor " .. i .. "-" .. mos_prefix .. "step\n" | ||
result = result .. "|" .. p.mos_interval_to_step_count_string(darkest_mode, i) .. "\n" | result = result .. "|" .. p.mos_interval_to_step_count_string(darkest_mode, i) .. "\n" | ||