Module:Ups and downs notation: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 117: | Line 117: | ||
local fifth = tonumber(frame.args["fifth"]) | local fifth = tonumber(frame.args["fifth"]) | ||
local step = tonumber(frame.args["step"]) | local step = tonumber(frame.args["step"]) | ||
return table.concat(p.get_note_names_table(et, fifth)[step], ",") | return table.concat(p.get_note_names_table(et, fifth)[step], ", ").slice(0, -1) | ||
end | end | ||
return p | return p | ||