Re: Page number position

2020-08-13 Thread Andrew Bernard
Hi Mario, I was hoping you would study my example in detail and play with it. If you move the "" you can put the number on the right or the left. Hence: oddHeaderMarkup = \markup \sans \fill-line { \abs-fontsize #28 \on-the-fly #print-page-number-check-first \sans \fromproperty

Re: Page number position

2020-08-13 Thread Brian Barker
At 11:44 13/08/2020 +0200, Mario Moles wrote: 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? Sorry, but this is even less clear! You want to move the odd page numbers to the left, but not change the even page

Re: Page number position

2020-08-13 Thread Jacques Menu
Hello Mario, Can you post a picture showing what you’re after? JM > Le 13 août 2020 à 11:44, Mario Moles 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,

Re: Page number position

2020-08-13 Thread Mario Moles
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):

Re: Page number position

2020-08-12 Thread Brian Barker
At 13:39 12/08/2020 +0200, Mario Moles wrote: How to move the page number from right to left? If you just want all page numbers on the left, it could be as easy as: oddHeaderMarkup = \evenHeaderMarkup Brian Barker

Re: Page number position

2020-08-12 Thread Aaron Hill
On 2020-08-12 4:39 am, Mario Moles wrote: Hi lilyponders! How to move the page number from right to left? You can customize the header markup to position elements how you prefer. See titling-init.ly for more details on the defaults, but here is the relevant excerpt: oddHeaderMarkup =

Re: Page number position

2020-08-12 Thread Andrew Bernard
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 }

Page number position

2020-08-12 Thread Mario Moles
Hi lilyponders! How to move the page number from right to left? Thanks!

Re: wrong page-number position in 2.19.14

2014-09-17 Thread Phil Holmes
- Original Message - From: Karol Majewski karo...@wp.pl To: lilypond-user lilypond-user@gnu.org Sent: Tuesday, September 16, 2014 11:10 PM Subject: wrong page-number position in 2.19.14 I noticed that in 2.19.14, page numbers in oddHeaderMarkup are center-aligned, while

wrong page-number position in 2.19.14

2014-09-16 Thread Karol Majewski
I noticed that in 2.19.14, page numbers in oddHeaderMarkup are center-aligned, while in evenHeaderMarkup - left-aligned. This looks strange. Bug? { c'1 \pageBreak c'1 \pageBreak c'1 \pageBreak c'1 \pageBreak c'1 \pageBreak } -- Karol ___

Re: Question about page number position and ornamentation

2012-11-26 Thread Rustik
What i can make in this situation? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Question-about-page-number-position-and-ornamentation-tp136399p136870.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

Re: Question about page number position and ornamentation

2012-11-26 Thread Thomas Morley
2012/11/26 Rustik r.ala...@mail.ru: What i can make in this situation? Hi, try the commented code below. Shout if you've further questions. \version 2.16.0 \paper { % see: http://code.google.com/p/lilypond/issues/detail?id=2576 #(define (not-last-page layout props arg) (if (not

Re: Question about page number position and ornamentation

2012-11-23 Thread Rustik
It works, bot now i have a new problem. Copyright line is disappear. I entered «\on-the-fly #not-first-page » at footerMarkup block. Without results. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Question-about-page-number-position-and-ornamentation-tp136399p136740

Re: Question about page number position and ornamentation

2012-11-23 Thread Nick Payne
On 24/11/12 06:10, Rustik wrote: It works, bot now i have a new problem. Copyright line is disappear. I entered «\on-the-fly #not-first-page » at footerMarkup block. Without results. I don't think there is a corresponding not-last-page unless there have been recent changes. This is what I use

Re: Question about page number position and ornamentation

2012-11-23 Thread Rustik
/Question-about-page-number-position-and-ornamentation-tp136399p136753.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Question about page number position and ornamentation

2012-11-21 Thread Rustik
Thank you! It works! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Question-about-page-number-position-and-ornamentation-tp136399p136677.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing

Question about page number position and ornamentation

2012-11-15 Thread Rustik
Hello everybody! I have a question about page number position. I need to dispose page numder at bottom of page. And to align it center. I need what page number looks like this: - 1 -, or ~ 1 ~ where «1» printed by Font A, for example, Times, and «-» or «~» printed by Font B, for example

Re: Question about page number position and ornamentation

2012-11-15 Thread Mark Witmer
, Mark Witmer On Thu, Nov 15, 2012 at 1:48 PM, Rustik r.ala...@mail.ru wrote: Hello everybody! I have a question about page number position. I need to dispose page numder at bottom of page. And to align it center. I need what page number looks like this: - 1 -, or ~ 1 ~ where «1» printed