I am trying to paste in a text in Unicode polytonic Greek where there are multiple accents on a single character. As discussed in Multiple diacritics on one character, it is totally feasible to create multiple diacritics on one character with LaTeX, but my problem is slightly different: is there a way, perhaps using Lua, to paste in polytonic Greek pre-composed, and have the correct output be produced? (The alternative is hand recomposing each glyph with two accents, which is quite annoying) I am using Arno, as purchased from Adobe, which should be capable of outputting polytonic Greek, but is failing.
MWE:
\documentclass{standalone}
\usepackage{fontspec}
\setmainfont{Arno Pro}
\begin{document}
ἐπῐ́λογος
\end{document}


[Script=Greek]option after\setmainfontthough to get proper handling for greek. – Marcel Krüger Jul 07 '21 at 03:46