Module:Ups and downs notation: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 116: | Line 116: | ||
return note_names | return note_names | ||
end | |||
function p.get_specific_note_name(tuning, steps) | |||
return p.get_note_names(tuning)[steps] | |||
end | end | ||
return p | return p | ||