Re: Printing page numbers from a given page

2021-11-07 Thread Jean Abou Samra
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

Re: Timing translator difference between version 2.22 and above with 2.19.84

2021-11-07 Thread Jean Abou Samra
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

Re: Printing page numbers from a given page

2021-11-07 Thread Paolo Prete
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 > >

RE: search term

2021-11-07 Thread Mark Stephen Mrotek
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

Re: search term

2021-11-07 Thread Lukas-Fabian Moser
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( ) }

RE: search term

2021-11-07 Thread Mark Stephen Mrotek
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,

Timing translator difference between version 2.22 and above with 2.19.84

2021-11-07 Thread Karim Haddad
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: %%

Re: Timing translator difference between version 2.22 and above with 2.19.84

2021-11-07 Thread Kieren MacMillan
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

Re: Tweaking an ottava bracket after a break

2021-11-07 Thread Knute Snortum
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 > > }

Re: search term

2021-11-07 Thread Павел
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,

Re: search term

2021-11-07 Thread Reuben Kagan
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

Reduce the gap between time signature and the first note

2021-11-07 Thread Paolo Prete
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

RE: search term

2021-11-07 Thread Mark Stephen Mrotek
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

Printing page numbers from a given page

2021-11-07 Thread Paolo Prete
Hello, How can I start printing page numbers from page 3? Thanks, P

search term

2021-11-07 Thread Mark Stephen Mrotek
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

Stretching staff 100% horizontally

2021-11-07 Thread 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? \version "2.23.2" \language "english" \include "zlatye-gory-bass.ly" \paper { right-margin = 1\cm left-margin =

Re: Stretching staff 100% horizontally

2021-11-07 Thread Kieren MacMillan
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.

Need help to familiarize with Lilypond's internals

2021-11-07 Thread CieMaKat
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

Re: Stretching staff 100% horizontally

2021-11-07 Thread Frank Steinmetzger
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.

Re: search term

2021-11-07 Thread David Kastrup
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

RE: search term

2021-11-07 Thread Mark Stephen Mrotek
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

Re: Need help to familiarize with Lilypond's internals

2021-11-07 Thread Jean Abou Samra
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)

Re: Stretching staff 100% horizontally

2021-11-07 Thread Ivanov Dmitry
> 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