Module:MOS intro: Difference between revisions
Changed to revamped function (now includes rothenberg propriety), while maintaining the same wording as before |
m a space |
||
| Line 302: | Line 302: | ||
-- Rothenberg propriety (rothenprop) info | -- Rothenberg propriety (rothenprop) info | ||
if ns == 1 then | if ns == 1 then | ||
intro = intro .. "Scales of this form always exhibit [[proper|Rothenberg propriety]] because there is only one small step." | intro = intro .. " Scales of this form always exhibit [[proper|Rothenberg propriety]] because there is only one small step." | ||
elseif ns / n == 1 then | elseif ns / n == 1 then | ||
intro = intro .. "Scales in which every period is the same sequence of steps always exhibit [[proper|Rothenberg propriety]] because there is only one small step per period." | intro = intro .. " Scales in which every period is the same sequence of steps always exhibit [[proper|Rothenberg propriety]] because there is only one small step per period." | ||
end | end | ||