Module:MOS degrees: Difference between revisions
No edit summary |
No edit summary |
||
| Line 391: | Line 391: | ||
-- 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, degree_notation) | ||
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) | ||