[Please write plain text e-mails, not HTML.]
> the startings of the lines are not on a vertical line with some of
> this footnotes, starting with some \musicglyph.
>
> Cannot check all for sure…
> Bug ?? or me ??
It's you :-)
> {
> \footnote #'(0.2 . -1) \markup { test }
> d'4
> \footnote #'(0.2 . -1) \markup { \musicglyph #"f" }
> d'4
> \footnote #'(0.2 . -1) \markup { \musicglyph #"accidentals.leftparen" }
> d'4
> \footnote #'(0.2 . -1) \markup { \musicglyph #"ties.lyric.short" test }
> d'4
> \footnote #'(0.2 . -1) \markup { \musicglyph #"arrowheads.open.01" }
> d'4
> \footnote #'(0.2 . -1) \markup { \musicglyph #"scripts.ufermata" }
> d'4
> \footnote #'(0.2 . -1) \markup { \fermata }
> d'4
> \footnote #'(0.2 . -1) \markup { \hspace #1 \fermata }
> d'4
> }
Most of the glyphs in the Emmentaler font have metrics suitable for
typesetting music, not text. In particular, many glyphs like a
fermata have their origin not left of the glyph but in the horizontal
center. You have to manually compensate that, for example, by using
`\with-dimensions-from`.
Admittedly, that the footnote numbers move to the left in your example
is a peculiarity of the implementation of the footnote apparatus...
Werner