bug-lilypond
[Top][All Lists]
Advanced

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

Re: spacing between opus and composer


From: Graham Percival
Subject: Re: spacing between opus and composer
Date: Wed, 03 Aug 2005 20:31:43 -0700


On 1-Aug-05, at 7:05 AM, Stephen wrote:

The spacing between opus and composer in the header is affected by betweensystempadding in the \paper block. betweensystempadding should only affect spacing between systems.

composer is part of of bookTitleMarkup, whereas opus is part of scoreTitleMarkup.
I guess that lilypond treats each one as a "system".

If you just want to fix this in your own scores, you could use
printallheaders=##t
so that the other headers are printed as part fo scoreTitleMarkup, then turn off
the bookTitleMarkup by doing something... umm...

This is how it's turned on:   (in ly/paper-defaults.ly )
    #(define-public book-title (marked-up-title 'bookTitleMarkup))
hmm... maybe this would turn it off?   (untested)
#(define-public book-title (marked-up-title '() ))


Cheers,
- Graham





reply via email to

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