lilypond-user
[Top][All Lists]
Advanced

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

Re: Page numbers


From: Pierre Perol-Schneider
Subject: Re: Page numbers
Date: Fri, 15 May 2020 21:24:57 +0200

Hi Brahim,

Try:

\version "2.20.0"

\paper {
  print-first-page-number = ##t
  oddHeaderMarkup = \markup \fill-line { \null \fontsize #5 \on-the-fly \print-page-number-check-first
        \fromproperty #'page:page-number-string }
  evenHeaderMarkup = \oddHeaderMarkup
}

{ c' } \pageBreak { c' } \pageBreak { c' }

HTH, cheers,
Pierre

Le ven. 15 mai 2020 à 18:38, brahim.pro <address@hidden> a écrit :
Hello,

I would like to change the page number position. Now, it's in the left for right pages and on the right for left pages. I would like to put them always on the left. And I would like also to change its font size.

How could I do that?

Thanks

Brahim

Sent with ProtonMail Secure Email.


reply via email to

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