Module:MOS intervals: Difference between revisions
m Mos notation module no longer necessary |
m Typing in either "ordinal" or "ordinals" uses ordinal names now |
||
| Line 75: | Line 75: | ||
end | end | ||
if string.len(frame.args['Interval Notation']) > 0 then | if string.len(frame.args['Interval Notation']) > 0 then | ||
use_ordinals = frame.args['Interval Notation'] == "ordinals" | use_ordinals = frame.args['Interval Notation'] == "ordinals" or frame.args['Interval Notation'] == "ordinal" | ||
end | end | ||
if frame.args['MOS Prefix'] == "NONE" then | if frame.args['MOS Prefix'] == "NONE" then | ||