Ok, thanks Werner.Yes, like this for exemple :```{ \footnote #'(0 . -1)
\markup { test } d'4 \footnote #'(0 . -1) \markup { \hspace #2
\with-dimensions #'(0.05 . 1) #'(1 . 1) \fermata with a with-dimensions
compensation } d'4 \footnote #'(0 . -1) \markup { test } d'4 \footnote #'(0
. -1) \markup { \fermata "without with-dimensions compensation" }
d'4}```BestÉric
Le mardi 14 octobre 2025 à 16:33:08 UTC+2, Werner LEMBERG <[email protected]> a
écrit :
> You have to manually compensate that, for example, by using
> `\with-dimensions-from`.
Sorry, I meant `\with-dimension`.
Werner