Module:MOS in EDO: Difference between revisions

Ganaram inukshuk (talk | contribs)
Simplified arg
Ganaram inukshuk (talk | contribs)
m Simplified step sizes column
Line 385: Line 385:
result = result .. string.format('! Step visualization\n')
result = result .. string.format('! Step visualization\n')
result = result .. string.format('!MOS (name)\n') -- Scale sig (and name)
result = result .. string.format('!MOS (name)\n') -- Scale sig (and name)
result = result .. string.format('!Step sizes (L, s)\n') -- Step sizes
result = result .. string.format('!Step sizes\n') -- Step sizes
result = result .. string.format('!Step ratio\n') -- Step ratio
result = result .. string.format('!Step ratio\n') -- Step ratio
if show_temperament then
if show_temperament then
Line 422: Line 422:
-- Add the step sizes
-- Add the step sizes
result = result .. string.format("| %i\\%i, %i\\%i\n", current_step_sizes["L"], edo, current_step_sizes["s"], edo)
result = result .. string.format("| %i, %i\n", current_step_sizes["L"], current_step_sizes["s"])
-- Add step ratio
-- Add step ratio