Module:MOS intro: Difference between revisions
Added descendant info (what mos does the current mos descend from?) |
m a space |
||
| Line 154: | Line 154: | ||
-- TODO: add descendant info | -- TODO: add descendant info | ||
if equave_in_cents == 1200 and nL ~= 1 then | if equave_in_cents == 1200 and nL ~= 1 then | ||
intro = intro .. p.mos_descends_from(input_mos) | intro = intro .. " " .. p.mos_descends_from(input_mos) | ||
end | end | ||