Module:Scale tree: Difference between revisions
m Double-checking... |
m Updated comments |
||
| Line 114: | Line 114: | ||
-- - Bright and dark gens in cents | -- - Bright and dark gens in cents | ||
-- - Step ratio and hardness | -- - Step ratio and hardness | ||
-- - Comments | -- - Comments; last column is left-aligned, not centered | ||
result = result .. string.format ('{| class="wikitable center-all left-%s"\n', depth+6) | result = result .. string.format('{| class="wikitable center-all left-%s"\n', depth+6) | ||
result = result .. string.format('|+ Scale Tree and Tuning Spectrum of %s\n', mos_as_string) | result = result .. string.format('|+ Scale Tree and Tuning Spectrum of %s\n', mos_as_string) | ||
result = result .. string.format('! rowspan="2" colspan="%d" | Generator<sup><abbr title="In steps of ed%s.">(ed%s)</abbr></sup>\n', depth+1, equave_suffix, equave_suffix) | result = result .. string.format('! rowspan="2" colspan="%d" | Generator<sup><abbr title="In steps of ed%s.">(ed%s)</abbr></sup>\n', depth+1, equave_suffix, equave_suffix) | ||