Alberto Simões writes:
> On 05/08/15 19:25, David Kastrup wrote:
>> Alberto Simões writes:
>>
>>> 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 s
On 05/08/15 19:25, David Kastrup wrote:
Alberto Simões writes:
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?
LilyPond documentation is typeset using lilypo
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{\betweenlilypondsyste
Alberto Simões writes:
> 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?
LilyPond documentation is typeset using lilypond-book, and the examples
for \f
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
\documentclass[twoside,a4paper,11pt]{article}
\usepackage[utf8]{inputenc}
\usepackag