lilypond-user
[Top][All Lists]
Advanced

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

Re: modifying the length and thickness of the footnote line


From: Rachael Thomas Carlson
Subject: Re: modifying the length and thickness of the footnote line
Date: Wed, 11 Sep 2013 17:57:25 -0500

Hello Eluze:
> these are defined in a markup, see footnote-separator-markup in
> paper-defaults-init.ly
> 
> Eluze
> 
> 
> 
Thank you for your help.  For posterity:

\version "2.16.2"

\paper {
footnote-separator-markup = \markup \fill-line { 
\override #'(span-factor . 1/2) 
\override #'(thickness . 0.01) 
\draw-hline }
}

{c4\footnote #'(-1 . -1) \markup { blah blah blah } e g e }

Works beautifully.  

And because the footnote separator is a markup function, one could turn
it into bunnies or some other such thing; that which is only limited by
one's imagination, of course.

Thanks again,
Rachael Thomas Carlson




reply via email to

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