Module:MOS intro: Difference between revisions
Rewording |
mNo edit summary |
||
| Line 42: | Line 42: | ||
-- Add whether it's non-octave | -- Add whether it's non-octave | ||
if is_octave_equivalent then | if is_octave_equivalent then | ||
intro = intro .. " [[ | intro = intro .. " [[moment of symmetry]] scale consisting of " | ||
else | else | ||
intro = intro .. " [[non-octave]] [[ | intro = intro .. " [[non-octave]] [[moment of symmetry]] scale consisting of " | ||
end | end | ||
| Line 74: | Line 74: | ||
-- Add the generator range | -- Add the generator range | ||
intro = intro .. "This | intro = intro .. "This scale is made using a [[generator]] ranging from " .. gen_equalized_in_cents | ||
intro = intro .. "¢ to " .. gen_collapsed_in_cents .. "¢." | intro = intro .. "¢ to " .. gen_collapsed_in_cents .. "¢." | ||