Module:Scale tree: Difference between revisions
m wrong variable name corrected |
m Added table caption |
||
| Line 108: | Line 108: | ||
-- - Comments | -- - Comments | ||
result = '{| class="wikitable center-all"\n' | result = '{| class="wikitable center-all"\n' | ||
result = result .. '|+\n' | result = result .. string.format('|+ Scale tree and tuning spectrum of %s\n', mos_as_string) | ||
result = result .. string.format('! rowspan="2" colspan="%d" | Generator (in steps of [[Ed%s|ed%s]])\n', depth+1, equave_suffix, equave_suffix) | result = result .. string.format('! rowspan="2" colspan="%d" | Generator (in steps of [[Ed%s|ed%s]])\n', depth+1, equave_suffix, equave_suffix) | ||
result = result .. '! colspan="2" | Cents\n' | result = result .. '! colspan="2" | Cents\n' | ||