Hi, I would like to add a continuous underbar under a paragraph or a title as in: \setupbar [color=red,offset=10pt] \starttext \underbar{Test this \high{\tfxx ®}} \stoptext ... but I'm confused about two aspects: - How can I prevent \high{} from shifting the underbar? - How can I add more offset? The color keyword works, but offset doesn't seem to have any effect even though it's listed in the reference. I was able to address the second problem (adding more offset) with something like \definebar[BarU][offset=-0.7] \startbar[BarU] ... \stopbar but I wasn't able to get rid of the shift (and the bar had a different thickness when a smaller font was used). I can find ugly workarounds with frames, but it would be ideal if I could get one of the underbar mechanisms to work "out-of-the-box". Thank you, Mojca