Module:Sharpness documentation: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 10: | Line 10: | ||
-- value: absolute value of sharpness (the "n" as in sharp-n and flat-n) | -- value: absolute value of sharpness (the "n" as in sharp-n and flat-n) | ||
-- extension: used for identifying alternative symbol set | -- extension: used for identifying alternative symbol set | ||
local typ, value, extension, suffix = in_str:match("%-(%a*)(%d+)(%a*)-(%a*)") | local typ, value, extension, suffix = in_str:match("%-(%a*)(%d+)(%a*)-?(%a*)") | ||
-- signed sharpness | -- signed sharpness | ||