> Here is the example. The line between the grob and the footnote number is controlled by the number's position, i.e., the first argument to the `\footnote` command.
```
\version "2.24.2"
{
\footnote #'(-1 . 3) "A note." a'4
a'4
\footnote #'(-5 . -5) "Another note." a'4
a'4
}
```
Werner
