Module:Infobox interval: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 64: | Line 64: | ||
end | end | ||
if rational then | if rational then | ||
if rat.is_reduced(ratio, 2, not small) then | |||
table.insert(special_properties, '[[Octave reduction|reduced]]') | |||
end | |||
if rat.is_harmonic(ratio) then | if rat.is_harmonic(ratio) then | ||
table.insert(special_properties, '[[harmonic]]') | table.insert(special_properties, '[[harmonic]]') | ||