Module:Scale tree: Difference between revisions

Ganaram inukshuk (talk | contribs)
Added text for always-proper scales
Ganaram inukshuk (talk | contribs)
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>(Every tuning for this scale is proper)"
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