mala posición del acento

mala posición del acento

¿Alguien puede decirme cómo conseguir la posición correcta del acento grave (o acentos) encima de las letras cirílicas?

con este

|| \textbf{\mbox{сп\`{о}р-ен}, -ни} \textit{прил.\,м.} || \textbf{спор\`{я}} \textit{гл.}

Me estoy poniendo

ingrese la descripción de la imagen aquí

Estoy usando el paquete Polyglossia, la fuente Linux Libertine y TeXworks. con letras latinas todo funciona bien

EDITAR

\documentclass{article}
\usepackage{fontspec}
\setmainfont[Numbers={OldStyle},Ligatures=TeX]{Linux Libertine}
\usepackage{polyglossia}
\setmainlanguage{czech}
\setotherlanguage{bulgarian}

\begin{document}

\textbulgarian{
|| \textbf{\mbox{сп\`{о}р-ен}, -ни} \textit{прил.\,м.} || \textbf{спор\`{я}} \textit{гл.} 
}
\end{document}

Respuesta1

Sólo para seguir los comentarios (y por curiosidad), aquí está el mismo texto en Noto Serif:

Nota serifa

\documentclass{article}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{Noto Serif}
\usepackage{polyglossia}
\setmainlanguage{czech}
\setotherlanguage{bulgarian}

\begin{document}

\textbulgarian{
|| \textbf{\mbox{сп\`{о}р-ен}, -ни} \textit{прил.\,м.} || \textbf{спор\`{я}} \textit{гл.}
}
\end{document}

información relacionada