Re: skip of defined length in lyrics?

2023-10-14 Thread Graham King
On Sat, 2023-10-14 at 17:04 +0200, Valentin Petzel wrote: > Hello Graham, > > there are multiple ways to solve the problem and having different > voice > contexts for different lyrics is surely one of the better ways to > handle it. > You can it do cleaner like this: > > % ~

Re: New version 2.25.9 on Windows "feels" slower and less reliable

2023-10-14 Thread Werner LEMBERG
> The attached file is pretty much as minimal as I can reduce > it. Removing more bars makes it compile w/o error. Thanks. As it turns out, this has already been reported: https://gitlab.com/lilypond/lilypond/-/issues/6175 I've added your sample. Werner

Re: New version 2.25.9 on Windows "feels" slower and less reliable

2023-10-14 Thread Michael Gerdau
Assertion failed: my_index == 0, [...] I found what triggered this Assertion: In my file I had a \new Lyrics ... outside of any Staff or Score context. Please provide a minimal example that so that we can add an issue to the tracker. The attached file is pretty much as minimal as I can reduc

Re: Ornaments etc in parentheses.

2023-10-14 Thread Peter Mayes
On 14/10/2023 17:08, Jean Abou Samra wrote: \relative c'' { d8\parenthesize\prall \parenthesize( cis) } Many thanks - perfect. -- Best wishes -- Peter

Re: Ornaments etc in parentheses.

2023-10-14 Thread Jean Abou Samra
Sure: \version "2.24.2" \relative c'' { d8\parenthesize\prall \parenthesize( cis) } When searching for stuff in the documentation, I suggest to use the index. In this case, if you look for "parentheses" in https://lilypond.org/doc/v2.24/Documentation/notation/lilypond-index.html you will immedia

Ornaments etc in parentheses.

2023-10-14 Thread Peter Mayes
My first post, so apologies if I am asking trivial questions. I am engraving some of my existing oboe music, as I find it hard to read scores at an oboe-length from my music stand. The idea is that I can print them enlarged on A3 paper to make it easy to see them. The music I am trying to rep

Re: New version 2.25.9 on Windows "feels" slower and less reliable

2023-10-14 Thread Werner LEMBERG
>> Assertion failed: my_index == 0, [...] > > I found what triggered this Assertion: > In my file I had a > \new Lyrics ... > outside of any Staff or Score context. Please provide a minimal example that so that we can add an issue to the tracker. Werner

Re: New version 2.25.9 on Windows "feels" slower and less reliable

2023-10-14 Thread Michael Gerdau
Further I do very regularly get errors like this: Fitting music on 5 or 6 pages...Assertion failed: my_index == 0, file /home/lily/lilypond-2.25.9/release/binaries/mingw/lilypond/lilypond-2.25.9/lily/page-breaking.cc, line 1083 This happens during entering music and creating an interim version

Re: skip of defined length in lyrics?

2023-10-14 Thread Valentin Petzel
Hello Graham, there are multiple ways to solve the problem and having different voice contexts for different lyrics is surely one of the better ways to handle it. You can it do cleaner like this: % ~~ instrumental = #(define-music-function (m) (ly:music?) #{ \cont

New version 2.25.9 on Windows "feels" slower and less reliable

2023-10-14 Thread Michael Gerdau
Hi list, the new version 2.25.9 seems to take considerably longer than e.g. 2.25.8 though I have yet to do precise measurements. Am I the only one who thinks that's the case? Or is that an (already) known problem? Further I do very regularly get errors like this: Fitting music on 5 or 6 pages