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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to