lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fingering footnote


From: Aaron Hill
Subject: Re: fingering footnote
Date: Sat, 22 Sep 2018 12:14:07 -0700
User-agent: Roundcube Webmail/1.3.6

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]