Module:MOS intro: Difference between revisions
mNo edit summary |
Rewording |
||
| Line 48: | Line 48: | ||
-- Add the step counts per period | -- Add the step counts per period | ||
intro = intro .. nL .. " | intro = intro .. nL .. " large steps and " .. ns .. " small steps," | ||
-- Add the number of repetitions | -- Add the number of repetitions | ||
| Line 54: | Line 54: | ||
intro = intro .. " repating every " | intro = intro .. " repating every " | ||
elseif n == 2 then | elseif n == 2 then | ||
intro = intro .. " with a | intro = intro .. " with a period of " .. x .. " large steps and " .. y .. " small steps that repeats twice every " | ||
else | else | ||
intro = intro .. " with a | intro = intro .. " with a period of " .. x .. " large steps and " .. y .. " small steps that repeats " .. n .. " times every " | ||
end | end | ||
| Line 70: | Line 70: | ||
intro = intro .. ". " | intro = intro .. ". " | ||
else | else | ||
intro = intro .. ", or every | intro = intro .. ", or every " .. period_in_cents .. "¢. " | ||
end | end | ||