Module:Ups and downs notation: Difference between revisions
one more time... |
m works! |
||
| Line 90: | Line 90: | ||
note_names[i], | note_names[i], | ||
"v<sup>" .. num_downs .. "</sup>" .. last_diatonic_names[j] | "v<sup>" .. num_downs .. "</sup>" .. last_diatonic_names[j] | ||
.. string.rep("♯", num_sharps) .. string.rep("𝄪", num_double_sharps) | .. string.rep("♯", num_sharps) .. string.rep("𝄪", num_double_sharps) | ||
) | |||
elseif num_downs > 0 then | elseif num_downs > 0 then | ||
table.insert( | table.insert( | ||