Hello,
How can I start printing page numbers from page 3?
Thanks,
P
Le 07/11/2021 à 14:23, Paolo Prete a écrit :
How can I start printing page numbers from page 3?
\paper {
first-page-number = 3
}
Documentation at
http://lilypond.org/doc/v2.22/Documentation/notation/other-paper-variables.html#paper-variables-for-page-numbering
Best,
Jean
Hi,
I am experiencing trouble with timing translation of a big polymetric and
polytempic score using latest stable and dev version of lilypond. This doesn't
happen with version 2.19.84. I suspect some changing in handling breaks ??
here is the output:
%%
/home/karim/Wor
Le 07/11/2021 à 14:59, Karim Haddad a écrit :
Hi,
I am experiencing trouble with timing translation of a big polymetric and
polytempic score using latest stable and dev version of lilypond. This doesn't
happen with version 2.19.84. I suspect some changing in handling breaks ??
here is the out
Hi all,
Just a “for more data” post: I’ve also noticed changes in breaking in recent
versions — in particular, using the edition-engraver to inject
\autoPageBreaksOff
appears to work as expected, but then injecting [later]
\autoPageBreaksOn
appears not to work at all. I don’t remember t
On Sat, Nov 6, 2021 at 2:08 PM Kieren MacMillan
wrote:
>
> p.s.
>
> > Does \afterBreak not work with OttavaBracket.padding?
>
> um… \alterBroken (as in the snippet).
> Sorry! — K
>
> > \relative {
> > \alterBroken #'padding #'(1 7) Staff.OttavaBracket
> > \ottava 1 c1 \break
> > c2 2
> > }
thanks!
On Sun, Nov 7, 2021 at 2:28 PM Jean Abou Samra wrote:
> Le 07/11/2021 à 14:23, Paolo Prete a écrit :
> > How can I start printing page numbers from page 3?
>
> \paper {
>first-page-number = 3
> }
>
> Documentation at
>
> http://lilypond.org/doc/v2.22/Documentation/notation/other-pape
Hello,
A command/instruction exists to make double slurs between two chords.
What is the search term that I should use?
Thank you for your kind attention.
Mark
Hello Mark,
https://lilypond.org/doc/v2.23/Documentation/notation/expressive-marks-as-curves
Would this help?
Reuben Kagan
On Sun, Nov 7, 2021 at 6:10 PM Mark Stephen Mrotek
wrote:
> Hello,
>
>
>
> A command/instruction exists to make double slurs between two chords.
>
> What is the search ter
Hey! I did not quite understand you, what exactly do you want. But try
to see examples in the documentation, maybe there is what you are
looking for:
http://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-as-curves#slurs
07.11.2021 19:08, Mark Stephen Mrotek пишет:
Hello,
A
Am 07.11.21 um 17:08 schrieb Mark Stephen Mrotek:
Hello,
A command/instruction exists to make double slurs between two chords.
What is the search term that I should use?
"Double slurs" probably is not that bad as a search term.
\version "2.22"
{
\once \set doubleSlurs = ##t
4( )
}
Lu
Hello,
I'm trying to have a minimum space between a TimeSignature and the first
note after it (and, consequently, all the following notes). I tried:
\once\override Score.TimeSignature.space-alist =
#'((first-note fixed-space . 0))
...but there's still a gap which I can't eliminate. How c
Pavel,
You understood exactly!
Thank you.
Mark
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org]
On Behalf Of ?
Sent: Sunday, November 7, 2021 8:21 AM
To: lilypond-user@gnu.org
Subject: Re: search term
Hey! I did not quite understand you, what exa
Reuben,
Exactly!
Thank you.
Masrk
From: Reuben Kagan [mailto:reuben.ka...@gmail.com]
Sent: Sunday, November 7, 2021 8:21 AM
To: Mark Stephen Mrotek
Cc: lilypond-user@gnu.org
Subject: Re: search term
Hello Mark,
https://lilypond.org/doc/v2.23/Documentation/notation/expressive-mark
Lukas-Fabian,
A new one for me!
Thank you.
Mark
From: Lukas-Fabian Moser [mailto:lukasfabianmo...@googlemail.com] On Behalf
Of Lukas-Fabian Moser
Sent: Sunday, November 7, 2021 9:47 AM
To: Mark Stephen Mrotek ; lilypond-user@gnu.org
Subject: Re: search term
Am 07.11.21 um 17:08
Lukas-Fabian Moser writes:
> Am 07.11.21 um 17:08 schrieb Mark Stephen Mrotek:
>>
>> Hello,
>>
>> A command/instruction exists to make double slurs between two chords.
>>
>> What is the search term that I should use?
>>
> "Double slurs" probably is not that bad as a search term.
>
> \version "2.2
I attached the minimal working example. The second variant is not stretched
horizontally as
the first two staves. Is it possible to stretch it so it occupied 100% of page
width?
\version "2.23.2"
\language "english"
\include "zlatye-gory-bass.ly"
\paper {
right-margin = 1\cm
left-margin = 2\
Hi Ivanov,
> I attached the minimal working example.
That’s definitely neither minimal nor working (because of the required \include
file)… ;)
> Is it possible to stretch it so it occupied 100% of page width?
\paper {
ragged-right = ##f
…
Hope that helps!
Kieren.
Am Sun, Nov 07, 2021 at 10:40:06PM +0300 schrieb Ivanov Dmitry:
> I attached the minimal working example. The second variant is not stretched
> horizontally as
> the first two staves. Is it possible to stretch it so it occupied 100% of
> page width?
Add ragged-last = ##f to your \paper block.
David,
Even cleaner!
Thank you.
Mark
-Original Message-
From: David Kastrup [mailto:d...@gnu.org]
Sent: Sunday, November 7, 2021 11:22 AM
To: Lukas-Fabian Moser
Cc: Mark Stephen Mrotek ; lilypond-user@gnu.org
Subject: Re: search term
Lukas-Fabian Moser writes:
> Am 07.11.21 um 17:08
Hello,
I'm a software engineer and I am working on my personal side project
related to rendering sheet music. I didn't want to reinvent the wheel so I
decided to check Lilypond source code (I find Lilypond the best music
typesetter software I know) to understand basic concepts which could help
me
Le 07/11/2021 à 21:52, CieMaKat a écrit :
Hello,
I'm a software engineer and I am working on my personal side project
related to rendering sheet music. I didn't want to reinvent the wheel
so I decided to check Lilypond source code (I find Lilypond the best
music typesetter software I know) to
> That’s definitely neither minimal nor working (because of the required
> \include file)… ;)
Oh, sorry, that file was not needed for compilation.
> \paper {
> ragged-right = ##f
It worked, thank you.
On 11/7/21, Kieren MacMillan wrote:
> Hi Ivanov,
>
>> I attached the minimal working examp
23 matches
Mail list logo