lilypond-user
[Top][All Lists]
Advanced

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

Re: Footnotes and lilypond book


From: Víctor
Subject: Re: Footnotes and lilypond book
Date: Thu, 06 Aug 2015 12:02:05 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

You can place the note call in lilypond using ^\markup { 1 } and then the footnote directly in TeX using \footnotetext[1]{My footnote}. The trick to make this appear in the correct page is to insert it inside the \betweenlilypondsystem macro, you can try this:

\newcommand{\betweenlilypondsystem}[1]{ %         Use \renewcommand instead, if it has already been defined
    \ifnum #1 = 4 {\footnotetext[1]{My first footnote, in the 4th system}} \fi
    \ifnum #1 = 6 {\footnotetext[2]{My second footnote, in the 6th system}} \fi
}
\includely{my_file.ly}

I hope this helps.
Víctor.

El 05/08/15 a las 13:15, Alberto Simões escribió:
Hello

I am trying to use lilypond book, and it seems that footnotes are not rendered.

A (non minimal) example is in attach.
Am I doing anything wrong?
Is there any easy solution?

Thank you in advance,
Alberto


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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