Module:Svara/resolve: Difference between revisions
Appearance
Content deleted Content added
Fill out octaves for Carnatic |
Partial octave support for Hindustani. |
||
Line 1: | Line 1: | ||
-- Loaded by Module:Svara |
-- Loaded by Module:Svara |
||
-- Weird line-spacing is to improve legibility. |
|||
return { |
return { |
||
carnatic = { |
carnatic = { |
||
Line 54: | Line 55: | ||
["'s"] = 'Ṣ', |
["'s"] = 'Ṣ', |
||
["'S"] = 'Ṣ', |
["'S"] = 'Ṣ', |
||
["'r"] = '̱Ṛ', -- Illegible: R with an underdot and a macron below. |
|||
["'R"] = 'Ṛ', |
|||
["'g"] = 'G̱', -- Pending: G with an underdot and a macron below. |
|||
["'G"] = 'G̣', |
|||
["'m"] = 'Ṃ', |
|||
["'M"] = '̄Ṃ', -- Ugly/inconsistent. This is with u0304. |
|||
["'p"] = 'P̣', |
|||
["'P"] = 'P̣', |
|||
["'d"] = 'Ḏ', -- Pending: D with an underdot and a macron below. |
|||
["'D"] = 'Ḍ', |
|||
["'n"] = 'Ṉ', -- Pending: N with an underdot and a macron below. |
|||
["'N"] = 'Ṇ', |
|||
['s'] = 'S', |
['s'] = 'S', |
||
['S'] = 'S', |
['S'] = 'S', |
||
Line 68: | Line 93: | ||
['n'] = 'Ṉ', |
['n'] = 'Ṉ', |
||
['N'] = 'N', |
['N'] = 'N', |
||
["s'"] = 'Ṡ', |
["s'"] = 'Ṡ', |
||
["S'"] = 'Ṡ', |
["S'"] = 'Ṡ', |
||
["r'"] = '̱̱Ṙ', |
|||
["R'"] = 'Ṙ', |
|||
["g'"] = '̱Ġ', |
|||
["G'"] = 'Ġ', |
|||
["m'"] = 'Ṁ', |
|||
["M'"] = 'M̄', -- Pending: M with an overdot and a macron (above). |
|||
["p'"] = 'Ṗ', |
|||
["P'"] = 'Ṗ', |
|||
["d'"] = '̱Ḋ', |
|||
["D'"] = 'Ḋ', |
|||
["n'"] = '̱Ṅ', |
|||
["N'"] = 'Ṅ', |
|||
}, |
}, |
||
} |
} |
Revision as of 08:32, 4 October 2018
-- Loaded by Module:Svara
-- Weird line-spacing is to improve legibility.
return {
carnatic = {
["'S"] = 'Ṣ',
["'R1"] = 'Ṛ₁',
["'R2"] = 'Ṛ₂',
["'R3"] = 'Ṛ₃',
["'G1"] = 'G̣₁',
["'G2"] = 'G̣₂',
["'G3"] = 'G̣₃',
["'M1"] = 'Ṃ₁',
["'M2"] = 'Ṃ₂',
["'P"] = 'P̣',
["'D1"] = 'Ḍ₁',
["'D2"] = 'Ḍ₂',
["'D3"] = 'Ḍ₃',
["'N1"] = 'Ṇ₁',
["'N2"] = 'Ṇ₂',
["'N3"] = 'Ṇ₃',
['S'] = 'S',
['R1'] = 'R₁',
['R2'] = 'R₂',
['R3'] = 'R₃',
['G1'] = 'G₁',
['G2'] = 'G₂',
['G3'] = 'G₃',
['M1'] = 'M₁',
['M2'] = 'M₂',
['P'] = 'P',
['D1'] = 'D₁',
['D2'] = 'D₂',
['D3'] = 'D₃',
['N1'] = 'N₁',
['N2'] = 'N₂',
['N3'] = 'N₃',
["S'"] = 'Ṡ',
["R1'"] = 'Ṙ₁',
["R2'"] = 'Ṙ₂',
["R3'"] = 'Ṙ₃',
["G1'"] = 'Ġ₁',
["G2'"] = 'Ġ₂',
["G3'"] = 'Ġ₃',
["M1'"] = 'Ṁ₁',
["M2'"] = 'Ṁ₂',
["P'"] = 'Ṗ',
["D1'"] = 'Ḋ₁',
["D2'"] = 'Ḋ₂',
["D3'"] = 'Ḋ₃',
["N1'"] = 'Ṅ₁',
["N2'"] = 'Ṅ₂',
["N3'"] = 'Ṅ₃',
},
hindustani = {
["'s"] = 'Ṣ',
["'S"] = 'Ṣ',
["'r"] = '̱Ṛ', -- Illegible: R with an underdot and a macron below.
["'R"] = 'Ṛ',
["'g"] = 'G̱', -- Pending: G with an underdot and a macron below.
["'G"] = 'G̣',
["'m"] = 'Ṃ',
["'M"] = '̄Ṃ', -- Ugly/inconsistent. This is with u0304.
["'p"] = 'P̣',
["'P"] = 'P̣',
["'d"] = 'Ḏ', -- Pending: D with an underdot and a macron below.
["'D"] = 'Ḍ',
["'n"] = 'Ṉ', -- Pending: N with an underdot and a macron below.
["'N"] = 'Ṇ',
['s'] = 'S',
['S'] = 'S',
['r'] = 'Ṟ',
['R'] = 'R',
['g'] = 'G̱',
['G'] = 'G',
['m'] = 'M',
['M'] = 'M̄',
['p'] = 'P',
['P'] = 'P',
['d'] = 'Ḏ',
['D'] = 'D',
['n'] = 'Ṉ',
['N'] = 'N',
["s'"] = 'Ṡ',
["S'"] = 'Ṡ',
["r'"] = '̱̱Ṙ',
["R'"] = 'Ṙ',
["g'"] = '̱Ġ',
["G'"] = 'Ġ',
["m'"] = 'Ṁ',
["M'"] = 'M̄', -- Pending: M with an overdot and a macron (above).
["p'"] = 'Ṗ',
["P'"] = 'Ṗ',
["d'"] = '̱Ḋ',
["D'"] = 'Ḋ',
["n'"] = '̱Ṅ',
["N'"] = 'Ṅ',
},
}