Hi Aleksa,
> I'm trying to place a footnote mark, but I can't manage to get it exactly
> where I want it to be.
This might be a [rare] case where extra-offset is the best choice:
%%% SNIPPET BEGINS
\version "2.24.2"
music = {
\override Footnote.annotation-line = ##f %%this doesn't seem to affect the
issue but reduces visual clutter so makes it clearer in the image below
\relative c'' {
d4. b8 g4 r8 \once \override Footnote.extra-offset = #'(0 . 0.75) \footnote
"*)" #'(-1 . 0) \markup { "Footnote" } g' |
}
}
\new Staff \music
%%% SNIPPET ENDS
Just a thought!
Kieren.