Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium

New issue 1559 by brownian.box: Footnotes: empty fill-lines in header & footer
http://code.google.com/p/lilypond/issues/detail?id=1559

Reported by Nicolas Sceaux,
http://lists.gnu.org/archive/html/bug-lilypond/2011-03/msg00250.html :

%-----------------8<--------------------------
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'' }
%-----------------8<--------------------------

See also Mike's reply in the thread.

Attachments:
        pngB4Pv0arENG.png  6.0 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to