Module:Scale tree: Difference between revisions
No edit summary |
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 .. " | 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 .. " | comments_header_text = comments_header_text .. '<abbr title="Every true-MOS tuning produces a proper scale.><sup>(Always proper)</sup></abbr>' | ||
end | end | ||