It seems that I'm unable to increase the (way too narrow) spacing between a footnote and the copyright line (or tagline) on the first page. I have tried various combinations of last-bottom-spacing, markup-markup- spacing etc, but nothing seems to have any influence on the space between the footnote and the copyright markup.
The space from the footnote to the copyright notice is even smaller than the normal line height. If no copyright notice exists, the space to the tagline is the normal spacing (but in my case still too small, so I need to increase that, too). Attached is a simple test case for the problem. Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.57" \header { texidoc = "How can I increase the spacing between the footnote and the tagline or copyright markup?" copyright = "© by No One. All right reserved, even though no rights exist..." } \paper { footnote-separator-markup = \markup { \fill-line { \override #`(span-factor . 1/4) { \draw-hline } \null }} % None of these spacing settings work to separate the footnote from the footer: last-bottom-spacing #'minimum-distance = #10 last-bottom-spacing #'padding = #5 markup-markup-spacing #'padding = #5 } \score { \new Staff \with { instrumentName = "Organo *" } \relative c' { \footnoteGrob #'NoteHead #'(0 . 0) "" "* Realization of figured bass: Reinhold Kainhofer" c1 } }
footnote_spacing_copyright.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel