Module:Infobox MOS: Difference between revisions
bugfix nL ns mosses with more than 5 periods having tamnams info |
temporarily bugfix smaller mosses breaking the template |
||
| Line 199: | Line 199: | ||
-- step count is 5 or less; currently unsupported) or not. | -- step count is 5 or less; currently unsupported) or not. | ||
local is_octave_equivalent = mos.is_octave_equivalent(input_mos) | local is_octave_equivalent = mos.is_octave_equivalent(input_mos) | ||
local is_within_named_range = mos.equave_step_count(input_mos) <= 10 | local is_within_named_range = (mos.equave_step_count(input_mos) <= 10 and mos.equave_step_count(input_mos) > 5) | ||
local is_within_period_count = mos.period_count(input_mos) <= 5 | local is_within_period_count = mos.period_count(input_mos) <= 5 | ||
local is_root_mos = input_mos.nL == input_mos.ns | local is_root_mos = input_mos.nL == input_mos.ns | ||