bug-lilypond
[Top][All Lists]
Advanced

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

Footnotes: empty fill-lines in header & footer


From: Nicolas Sceaux
Subject: Footnotes: empty fill-lines in header & footer
Date: Sun, 13 Mar 2011 19:53:32 +0100

Hi Mike,

First of all, thank you very much for your precious work on footnotes.

The following example demonstrates a strange behavior wrt footnotes:

%% For each empty \fill-line in header and footer markups,
%% footnotes together with separation line are added.

\version "2.13.54"
#(set-default-paper-size "a6")

\paper {
  oddHeaderMarkup = \markup \column {
    \fill-line { }
    \fill-line { }
    \fill-line { }
  }
  oddFooterMarkup = \markup \column {
    \fill-line { }
    \fill-line { }
    \fill-line { }
  }
}

{ \footnoteGrob #'NoteHead #'(1 . 2) "note" "footnote" c'' }

PNG image


Nicolas


reply via email to

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