lilypond-user
[Top][All Lists]
Advanced

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

Re: fingering footnote


From: Gianmaria Lari
Subject: Re: fingering footnote
Date: Sun, 23 Sep 2018 11:16:22 +0200



On Sun, 23 Sep 2018 at 02:55, Aaron Hill <address@hidden> wrote:
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 }
%%%%

This is exactly what I need!
Thanks a lot Aaron
Ciao, g.

reply via email to

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