Module:Ups and downs notation: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 35: | Line 35: | ||
function p.get_note_names(tuning) | function p.get_note_names(tuning) | ||
tuning = et.parse(tuning) | tuning = et.parse(tuning or '12edo') | ||
local note_names = {} | local note_names = {} | ||
local i = 0 | local i = 0 | ||