Module:MOS intervals: Difference between revisions
footnotes? |
Undo revision 145886 by Ganaram inukshuk (talk) Tag: Undo |
||
| Line 39: | Line 39: | ||
result = result .. '! rowspan="2" | Range in cents\n' | result = result .. '! rowspan="2" | Range in cents\n' | ||
result = result .. '|-\n' | result = result .. '|-\n' | ||
result = result .. '! | result = result .. '! <abbr title="A mos interval denoted solely by the number of steps it subtends.">Generic</abbr>\n' | ||
result = result .. '! <abbr title="A mos interval denoted by the large and small steps it subtends. More large steps makes it major or augmented; more small steps makes it minor or diminished.">Specific</abbr>\n' | result = result .. '! <abbr title="A mos interval denoted by the large and small steps it subtends. More large steps makes it major or augmented; more small steps makes it minor or diminished.">Specific</abbr>\n' | ||
result = result .. '! <abbr title="The abbreviated form of the interval. The abbreviation can be further shortened to 'ms' if context allows.">Abbrev.</abbr>\n' | result = result .. '! <abbr title="The abbreviated form of the interval. The abbreviation can be further shortened to 'ms' if context allows.">Abbrev.</abbr>\n' | ||
| Line 91: | Line 91: | ||
end | end | ||
result = result .. "|} | result = result .. "|}" | ||
return result | return result | ||