lilypond-user
[Top][All Lists]
Advanced

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

Space foot note away from page number at bottom of page


From: Nick Payne
Subject: Space foot note away from page number at bottom of page
Date: Thu, 01 Mar 2012 13:08:39 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

In the following, how can I increase the spacing between the footnote and page number? Trying the \override FootnoteItem #'Y-extent doesn't make any difference:

\version "2.15.25"

\paper {
    print-page-number = ##t
    print-first-page-number = ##t
    oddHeaderMarkup = \markup \null
    evenHeaderMarkup = \markup \null
    oddFooterMarkup = \markup {
        \fill-line {
            \on-the-fly #print-page-number-check-first
            \fromproperty #'page:page-number-string
        }
    }
    evenFooterMarkup = \oddFooterMarkup
}

\relative c' {
    \override FootnoteItem #'Y-extent = #'(-4 . 4)
\footnote #'(0.5 . 5) #'NoteHead \markup { Now is the time for all good men to come to the aid of the party }
    c4 c c c
    \repeat unfold 600 { c4 }
}

Nick



reply via email to

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