lilypond-user
[Top][All Lists]
Advanced

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

Re: controlling footnote separator line


From: Gilles
Subject: Re: controlling footnote separator line
Date: Fri, 20 Apr 2012 10:43:16 +0200
User-agent: Opera Mail/11.62 (Win32)


Unfortunately I didn't find the property that controls the line separating the footnote. from the score.
Is this possible?
is it documented (and I am blind)?
or is this impossible?

Well not easy to find.
In paper-defaults-init.ly, you have some variable controlling Footnotes.
By default, the settings are

\paper {
footnote-separator-markup = \markup \fill-line { \override #'(span-factor . 1/2) \draw-hline }
  footnote-padding = 0.5\mm
  footnote-footer-padding = 0.5\mm
  footnote-number-raise = 0.5\mm
  footnote-numbering-function = #numbered-footnotes
  reset-footnotes-on-new-page = ##t
}

If you set :
footnote-separator-markup = \markup \null
it will do the trick.

Gilles



reply via email to

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