The following minimal example
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[LGR,QX,T2A,T1]{fontenc}
\begin{document}
\fontencoding{LGR}\selectfont
ὉῥὙ ἠἈἐ Ὤἔ
\end{document}
sets all accents perfect.
However, if I use a different font like \usepackage{MinionPro}, the dasia above the rho is at a wrong height. If I use an own font (the horizontal kerning is not done yet), the same problem arises:
This is strange, because the LGR encoding stores a correct "rho with dasia" at its 251st code slot.
How can one fix this? Do I have to add a kind of vertical kerning to my font or is this an undiscovered problem of lgrenc.def which does not appear for Computer Modern because all the accents are at the same height anyway?


