lilypond-user
[Top][All Lists]
Advanced

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

Re: Header markup question


From: Abraham Lee
Subject: Re: Header markup question
Date: Tue, 08 Jul 2014 14:30:10 -0006

On Tue, Jul 8, 2014 at 5:05 AM, Larry Kent <address@hidden> wrote:
I'm editing a file that was created in 2.16.  Within the \paper settings, I have the following two lines that put headers on pages after the first, and they print too close to the top edge of the paper.  What markup should be added to move the headers down a bit?


evenHeaderMarkup=\markup \fill-line { \fromproperty #'page:page-number-string \htitle \hcomposer }

oddHeaderMarkup= \markup \fill-line { \on-the-fly #not-first-page \hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page \fromproperty #'page:page-number-string }


Thanks.

Larry Kent
Tampa, FL

Larry,

The easiest thing to change would be to increase the "top-margin" property in the "\paper" block, like:

\paper {
top-margin = 1\in % or \cm or something else...
}

Regards,
Abraham

reply via email to

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