Re: Footnotes and lilypond book

2015-08-08 Thread David Kastrup
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

Re: Footnotes and lilypond book

2015-08-08 Thread Alberto Simões
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

Re: Footnotes and lilypond book

2015-08-06 Thread Víctor
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

Re: Footnotes and lilypond book

2015-08-05 Thread David Kastrup
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

Footnotes and lilypond book

2015-08-05 Thread Alberto Simões
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