On 2018-09-22 10:17 am, Gianmaria Lari wrote:
I would like to create a footnote attached to a fingering. Ideally
something like this

\version "2.19.82"
{b\finger "2*"}


[image: image.png]

... and then in the footnote I would like to give some indication about the
fingering.

I saw the footnote examples but I have not been able to attach them to the
fingering. How can I do it?

Does something like this help?

%%%%
\version "2.19.82"
{ \once \override Score.FootnoteItem.annotation-line = ##f
  \once \override Score.FootnoteItem.padding = #0
  b -\footnote \markup "*" #'(0.01 . 0)
       \markup { \super "*" "Something important..." }
     \finger 2 }
%%%%

-- Aaron Hill

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to