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
-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:
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”.
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
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
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
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
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
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
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
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
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
--
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"
>
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
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
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 }
{ \
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
17 matches
Mail list logo