Module:Live song: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 43: Line 43:


if note ~= '' then
if note ~= '' then
out = out .. '(' .. note .. ')'
out = out .. '(' .. note .. ') '
end
end
if length ~= '' then
if length ~= '' then
out = out .. ' ' .. length
out = out .. '[' .. length .. ']'
end
end