Module:Scale tree: Difference between revisions
Added text for always-proper scales |
No edit summary |
||
| Line 104: | Line 104: | ||
local comments_header_text = "Comments" | local comments_header_text = "Comments" | ||
if s == 1 then | if s == 1 then | ||
comments_header_text = comments_header_text .. "<br>( | comments_header_text = comments_header_text .. "<br>(Scales of this form are always proper)" | ||
elseif s == n and n > 1 then | |||
comments_header_text = comments_header_text .. "<br>(True-MOS scales of this form are always proper)" | |||
end | end | ||