bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1392 in lilypond: Internals Reference should document \paper v


From: lilypond
Subject: Re: Issue 1392 in lilypond: Internals Reference should document \paper variables
Date: Tue, 11 Oct 2011 16:34:18 +0000


Comment #2 on issue 1392 by address@hidden: Internals Reference should document \paper variables
http://code.google.com/p/lilypond/issues/detail?id=1392

Added from issue 1567

--snip--

In the paper block, there are three variables that may be set with respect to ALL footnotes (non-automatic and automatic):

1. footnote-separator-markup (default = \markup \fill-line { \override #'(span-factor . 1/2) \draw-hline } )
-- separates the music from the footnotes

2. footnote-padding (default = 0.5\mm)
-- the padding between each footnote

3. footnote-footer-padding (default = 0.5\mm)
-- the padding between the bottom-most footnote and the footer

there are four variables that may be set with respect to automatic footnotes only.

1. footnote-auto-numbering (default = ##t)
-- if you set this to false, you can still use the commands \autoFootnote and \autoFootnoteGrob, but there will be no annotation added. additionally, if you use \footnote, the markup that is footnoted will receive no additional annotation.

2. footnote-number-raise (default = 0.5\mm)
-- this controls how high the annotation numbers are raised at the bottom of the page. try playing with it and look at the bottom of the page: you'll see what it does immediately

3. footnote-numbering-function (default = #numbered-footnotes)
-- a function that takes ONE AND ONLY ONE INPUT, which should be an INTEGER, and returns the appropriate markup to be used in numbering the current prefabbed functions in output-lib.scm that work with this are `numbered-footnotes' and `symbol-footnotes'. You can create your own w/o too much hassle, ie: footnote-numbering-function = #(lambda (x) (markup #:tiny "thank you james!"))

4. reset-footnotes-on-new-page (default = ##t)
-- automatic footnote annotations reset on each new page.

--snip--

James




reply via email to

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