Re: oddHeaderMarkup

2023-03-20 Thread Jean Abou Samra
Le dimanche 19 mars 2023 à 18:47 +0200, Dimitri Sykias a écrit : > Thanks for your answers! > I replaced (blindly, without knowing the exact syntax) \fontsize #-1 with > “\normalsize” and it worked! I cannot see why `\normalsize` would work but `\fontsize #-1` would not. Most likely, you fixed

Re: oddHeaderMarkup

2023-03-19 Thread Dimitri Sykias
-for-headers-and-footers > > Then the next message is a parsing error: \on-the-fly requires a precedure as > first argument, but as the procedure in question does not exists it gets the > special value #. > > Cheers, > Valentin > > Am Sonntag, 19. März 2023, 02:00:

Re: oddHeaderMarkup

2023-03-19 Thread Valentin Petzel
g error: \on-the-fly requires a precedure as first argument, but as the procedure in question does not exists it gets the special value #. Cheers, Valentin Am Sonntag, 19. März 2023, 02:00:53 CET schrieb Dimitri Sykias: > Lilypond v. “2.24.1”. I use “oddHeaderMarkup” and “evenHeaderMarkup”.

Re: oddHeaderMarkup

2023-03-19 Thread Jean Abou Samra
Le dimanche 19 mars 2023 à 03:00 +0200, Dimitri Sykias a écrit : > Lilypond v. “2.24.1”. I use “oddHeaderMarkup” and “evenHeaderMarkup”. I want > to change the font size of header, but “\fontsize #-1.0” does nothing. How > can I achieve this? Thanks! > > oddHeaderMarkup = \mar

oddHeaderMarkup

2023-03-18 Thread Dimitri Sykias
Lilypond v. “2.24.1”. I use “oddHeaderMarkup” and “evenHeaderMarkup”. I want to change the font size of header, but “\fontsize #-1.0” does nothing. How can I achieve this? Thanks! oddHeaderMarkup = \markup \fill-line { " " \on-the-fly #part-not-first-page \font

Re: oddHeaderMarkup in score header

2016-07-02 Thread Simon Albrecht
On 02.07.2016 03:30, Jaja wrote: I tried to typeset multiple scores without using bookpart or book block. So far, oddHeaderMarkup and evenHeaderMarkup cannot be applied to score header. The same problem happened with oddFooterMarkup and evenFooterMarkup. It would be very flexible and speed my

oddHeaderMarkup in score header

2016-07-01 Thread Jaja
I tried to typeset multiple scores without using bookpart or book block. So far, oddHeaderMarkup and evenHeaderMarkup cannot be applied to score header. The same problem happened with oddFooterMarkup and evenFooterMarkup. It would be very flexible and speed my work a lot if there is solution to

Re: Instrument Name in oddHeaderMarkup position

2012-04-04 Thread Mark Mathias
e new to programming! Best Wishes, Mark On Wed, Apr 4, 2012 at 9:57 AM, Thomas Morley wrote: > Am 4. April 2012 15:20 schrieb Mark Mathias : > > I would like to place the Instrument Name on the first page only in the > > position occupied by the oddHeaderMarkup. LilyPond's conv

Re: Instrument Name in oddHeaderMarkup position

2012-04-04 Thread Thomas Morley
Am 4. April 2012 15:20 schrieb Mark Mathias : > I would like to place the Instrument Name on the first page only in the > position occupied by the oddHeaderMarkup. LilyPond's convention for the > Instrument Name is to place it below the Title. This may be standard for > profess

Instrument Name in oddHeaderMarkup position

2012-04-04 Thread Mark Mathias
I would like to place the Instrument Name on the first page only in the position occupied by the oddHeaderMarkup. LilyPond's convention for the Instrument Name is to place it below the Title. This may be standard for professional-level music, but educational orchestra music normally place

Re: oddHeaderMarkup not on first page

2011-12-07 Thread James
Nick/Xavier, On 6 December 2011 22:52, Nick Payne wrote: > On 07/12/11 09:14, James wrote: > >> oddHeaderMarkup = \markup { >>\fill-line { >>\override #'(font-name . "Palatino italic") >>\abs-fontsize #8 >>"The Unwillin

Re: oddHeaderMarkup not on first page

2011-12-06 Thread Xavier Scheuer
On 7 December 2011 00:03, Xavier Scheuer wrote: > > Sorry I hit the wrong button. When I saw Nick's reply (and because it was the same as mine) I wanted to discard the message I was currently writing. Instead I sent an empty message! So \on-the-fly #not-first-page it is. Cheers, Xavier --

Re: oddHeaderMarkup not on first page

2011-12-06 Thread Xavier Scheuer
On 6 December 2011 23:14, James wrote: > Hello, > > I have a \paper block that has > >  oddHeaderMarkup = \markup { >     \fill-line { >     \override #'(font-name . "Palatino italic") >     \abs-fontsize #8 >     "The Unwilling Waltz" >    

Re: oddHeaderMarkup not on first page

2011-12-06 Thread Nick Payne
On 07/12/11 09:14, James wrote: oddHeaderMarkup = \markup { \fill-line { \override #'(font-name . "Palatino italic") \abs-fontsize #8 "The Unwilling Waltz" } } oddHeaderMarkup = \markup { \fill-line { \on-the-fly #not-first-page \override

oddHeaderMarkup not on first page

2011-12-06 Thread James
Hello, I have a \paper block that has oddHeaderMarkup = \markup { \fill-line { \override #'(font-name . "Palatino italic") \abs-fontsize #8 "The Unwilling Waltz" } } How do I avoid printing this string on the top of the first page (i.e page

Re: oddHeaderMarkup

2006-10-16 Thread Rick Hansen (aka RickH)
stem-padding = #1 between-system-space = #30 first-page-number = #1 printfirst-page-number = ##f print-page-number = ##f oddHeaderMarkup = \markup { \on-the-fly #first-page { \fill-line { { \normal-text \sans \normalsize \varArranger } { \

oddHeaderMarkup

2006-10-15 Thread Ezequiel Sierra
How can i put the oddHeaderMarkup to the right instead of the left and how can i make appear the same oddHeaderMarkup in the second page numeroHimno = "2" \paper { oddHeaderMarkup = \markup { \bold \large \numeroHimno } between-system-space = 0.3\cm head-separatio