Module:qhv-pron: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 46: Line 46:
elseif p == "l" and a == "h" then antepenult = "ˈ" .. antepenult
elseif p == "l" and a == "h" then antepenult = "ˈ" .. antepenult
elseif p == nil then syllables[#syllables] = "ˈ" .. syllables[#syllables]
elseif p == nil then syllables[#syllables] = "ˈ" .. syllables[#syllables]
elseif p and a == nil then penult = "ˈ" .. penult
else penult = "ˈ" .. penult end
else penult = "ˈ" .. penult end