lilypond-user
[Top][All Lists]
Advanced

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

Footnote problem with \default


From: Nick Payne
Subject: Footnote problem with \default
Date: Sun, 01 Jul 2012 14:06:06 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

The footnote documentation in the NR 3.2.3 says that one can use \default at the end of a footnote command to attach the footnote to a moment of time rather than a particular item. If I do this, then the console shows a lot of identical programming error and warning messages, and the footnote appears multiple times in the output. Remove the \default at the end of the footnote command and everything works fine.

%========================
\version "2.15.40"

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

\relative c'' {
    \footnote #'(-1.5 . 1.5) \markup { Footnote } \default
    c c c c
}
%========================

Attachment: test.png
Description: PNG image


reply via email to

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