bug-lilypond
[Top][All Lists]
Advanced

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

Footnote documentation error


From: Nick Payne
Subject: Footnote documentation error
Date: Fri, 20 Apr 2012 09:40:08 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

The documentation at http://lilypond.org/doc/v2.15/Documentation/notation/creating-footnotes for both automatic and manual footnotes says that the \footnote command must come *before* the grob to which the footnote is being attached. This doesn't seem to be the case. Here the \footnote commands are after the notes to which they are attached, and they work fine:

\version "2.15.37"

\paper {
    #(set-paper-size "a7")
}

\header {
        tagline = ##f
}

\relative c'' {
c4 c-\footnote #'(0.7 . 2) #'NoteHead \markup\teeny { Automatic footnote } c c-\footnote "a)" #'(0.7 . 2) #'NoteHead \markup\teeny { \concat { \lower #0.8 \super { a) } "Manual footnote" } }
}

Attachment: test.png
Description: PNG image


reply via email to

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