lilypond-user
[Top][All Lists]
Advanced

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

Re: Page number position


From: Jacques Menu
Subject: Re: Page number position
Date: Thu, 13 Aug 2020 13:12:08 +0200

Hello Mario,

Can you post a picture showing what you’re after?

JM

Le 13 août 2020 à 11:44, Mario Moles <mario.moles73@gmail.com> a écrit :

Thank you. But that's not what I was looking for! I want to move the odd page numbers instead of the even ones and vice versa. It can be done?

Il 12/08/20 14:20, Andrew Bernard ha scritto:
Hello Mario,

In the \paper block, you can make headers like this (just an example
pulled fromi my code):

  oddHeaderMarkup = \markup
  \sans
  \fill-line {
    ""
    \abs-fontsize #28 \on-the-fly #print-page-number-check-first
    \sans \fromproperty #'page:page-number-string
  }
  evenHeaderMarkup = \markup
  \sans
  \fill-line {
    ""
    \abs-fontsize #28 \on-the-fly #print-page-number-check-first
    \sans \fromproperty #'page:page-number-string
  }

You can search the NR for all the information on this. It's all there,

Andrew

.


reply via email to

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