bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1559 in lilypond: Footnotes: empty fill-lines in header & footer


From: lilypond
Subject: Issue 1559 in lilypond: Footnotes: empty fill-lines in header & footer
Date: Mon, 14 Mar 2011 08:28:35 +0000

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




reply via email to

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