Hello )-----Original Message----- )From: lilypond-devel-bounces+james.lowe=datacore....@gnu.org )[mailto:lilypond-devel-bounces+james.lowe=datacore....@gnu.org] On )Behalf Of Reinhold Kainhofer )Sent: 06 April 2011 17:03 )To: LilyPond Development )Subject: How to separate footnotes from the footer/copyright line? ) )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. )
Can use an additional markup in your copyright so that you use '\center-column' with a blank line " " markup before the actual copyright and this adds a line of white space. I use this method to 'hold back' the last staff from being too close to my taglines. tagline = \markup { \center-column { "" "" "This is my tagline" } } I realise that might not be ideal but I think it would work. James _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel