I have a section heading that includes the word 'erōs'. I currently have a command mapped which replaces \eros with er\=os, thus printing the macron. The problem is that in the heading, which is bold, the macron is effectively swallowed up into the 'o'. Is there any way to print it a little higher? I am currently using libertine font, btw.
edit - MWE:
\documentclass{article}
\usepackage{libertine}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{xspace}
\newcommand{\Macron}{Macr\=on\xspace}
\begin{document}
\section{\Macron Problem}
\end{document}