Module:Scale tree: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
m Simplified "always proper" text
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 produces a proper scale)"
comments_header_text = comments_header_text .. '<abbr title="Every tuning produces a proper scale.><sup>(Always proper)</sup></abbr>'
elseif s == n and n > 1 then
elseif s == n and n > 1 then
comments_header_text = comments_header_text .. "<br>(Every true-MOS tuning produces a proper scale)"
comments_header_text = comments_header_text .. '<abbr title="Every true-MOS tuning produces a proper scale.><sup>(Always proper)</sup></abbr>'
end
end