Module:MOS degrees: Difference between revisions
No edit summary |
Dropped mos-ordinal support |
||
| Line 355: | Line 355: | ||
-- Get notational options | -- Get notational options | ||
local mos_prefix = "mos" -- TODO: add prefix lookup | local mos_prefix = "mos" -- TODO: add prefix lookup | ||
if frame.args['MOS Prefix'] == "NONE" then | if frame.args['MOS Prefix'] == "NONE" then | ||
mos_prefix = "" | mos_prefix = "" | ||
| Line 391: | Line 381: | ||
-- Get the degrees and note names | -- Get the degrees and note names | ||
local degrees = p.preprocess_degrees (input_mos, asc_chain_length, des_chain_length, mos_prefix | local degrees = p.preprocess_degrees (input_mos, asc_chain_length, des_chain_length, mos_prefix) | ||
local note_names = p.preprocess_note_names(input_mos, udp, note_symbols, sharp_symbol, flat_symbol, asc_chain_length, des_chain_length) | local note_names = p.preprocess_note_names(input_mos, udp, note_symbols, sharp_symbol, flat_symbol, asc_chain_length, des_chain_length) | ||