lilypond-user
[Top][All Lists]
Advanced

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

Re: Page number padding


From: Kieren MacMillan
Subject: Re: Page number padding
Date: Mon, 10 Feb 2014 21:14:28 -0500

Hi Alex,

> Page numbers are consistently too close to other content. What is the best 
> way to force them away?

Adjust the appropriate paper spacing variable(s), e.g.:

\version "2.19"

\bookpart { 
  \paper {
    oddHeaderMarkup = \markup \abs-fontsize #12 \fromproperty 
#'page:page-number-string
  }
  \score { c' }
}

\bookpart { 
  \paper {
    top-system-spacing.minimum-distance = 12
    oddHeaderMarkup = \markup \abs-fontsize #12 \fromproperty 
#'page:page-number-string
  }
  \score { c' }
}

Note how page 2 has more separation.

Hope this helps!
Kieren.


reply via email to

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