Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
> Le 15 avr. 2023 à 08:43, Andrew Bernard a écrit : > > Using stable 2.24.1 now fails to compile with 'Exited with return code 11'. Is there any other info? If you can’t share it publicly, can you send me the file privately?

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
Using stable 2.24.1 now fails to compile with 'Exited with return code 11'. Andrew

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
> Le 15 avr. 2023 à 08:38, Andrew Bernard a écrit : > > But the piece fails to compile. Somewhat difficult to ignore, no? Because of #6482, not #6171.

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
But the piece fails to compile. Somewhat difficult to ignore, no? So also maybe I better try the last stable release. Andrew On 15/04/2023 4:33 pm, Jean Abou Samra wrote If it worked fine before, you can consider the programming errors harmless and ignore them.

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
 > Le 15 avr. 2023 à 08:23, Andrew Bernard a écrit : > Not that this may help., but it used to compile under 2.19.83 when I wrote it. > For what it’s worth, #6171 is not a regression (or 2.24 would not have been released without a fix for it). This internal problem was already there before,

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
No fancy accidental modifications. Vast number of cross staff events. Not that this may help., but it used to compile under 2.19.83 when I wrote it. Andrew On 15/04/2023 3:53 pm, Jean Abou Samra wrote: Le samedi 15 avril 2023 à 15:40 +1000, Andrew Bernard a écrit : Starting lilypond 2.2

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
Le samedi 15 avril 2023 à 15:40 +1000, Andrew Bernard a écrit : > Starting lilypond 2.25.3 [whiteout.ly]... > Processing `/home/acb/work/lilypond/proportion/whiteout.ly' > Parsing... > > oll-core: library infrastructure successfully loaded. > Interpreting music...

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
Starting lilypond 2.25.3 [whiteout.ly]... Processing `/home/acb/work/lilypond/proportion/whiteout.ly' Parsing... oll-core: library infrastructure successfully loaded. Interpreting music...[8][16][24][32][40][48][56][64] Preprocessing graphical objects... programming error: cyclic dependency: calc

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
No engravers are moved. Andrew On 15/04/2023 3:14 pm, Jean Abou Samra wrote: As to the programming error, did you move engravers like Mark_engraver, Metronome_mark_engraver or Text_mark_engraver? If so, did you also move Staff_collecting_engraver? This is mentioned in the documentation, but t

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
Le samedi 15 avril 2023 à 12:45 +1000, Andrew Bernard a écrit : > I am reviving a large project from about six or seven years ago. > I'm unable toi easily work out how to produce an MWE for this. > Here's the error: > Preprocessing graphical objects... > programming error: cyclic dependency:

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
Here is the DEBUG output: Backtrace: 18 (apply-smob/1 #) In /home/lily/lilypond-2.25.3/release/binaries/lilypond/build/out/share/lilypond/current/scm/lily/lily.scm: 902:16 17 (lilypond-main _) 931:4 16 (lilypond-all _) In srfi/srfi-1.scm: 640:9 15 (for-each #/home/lily/lilyp…> …) In /home/lil

VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
I am reviving a large project from about six or seven years ago. I'm unable toi easily work out how to produce an MWE for this. Here's the error: Preprocessing graphical objects... programming error: cyclic dependency: calculation-in-progress encountered for VerticalAxisGroup.adjacent-pure-he

Re: Vertical spacing between wordwrap items within markup column

2023-04-14 Thread Valentin Petzel
Hello all, you can also create a small scheme function to split a string into a list of strings, which you can then pass to \wordwrap-lines or whatever. Note though that this is not equivalent: \wordwrap-strings will handle the concept of paragraphs, which in this setting would simpy be discard

Re: converting `\markuplist` to `\markup`

2023-04-14 Thread Jean Abou Samra
> Le 14 avr. 2023 à 09:13, Valentin Petzel a écrit : > > A markup list is a list of markups, This ain’t true, since \markuplist \table … is a markup list but not a Scheme list of markups, unlike \markuplist { a b c }, but I agree with the rest of your post. Best, Jean

Re: converting `\markuplist` to `\markup`

2023-04-14 Thread Werner LEMBERG
> how should \column not be the "right" way? A markup list is a list > of markups, but does not contain any information about how these > should be positioned. [...] In hindsight everything's clear now, thanks :-) Werner

Re: mensural ligature

2023-04-14 Thread Johannes Roeßler
excellent! Thank you! Pál, can you please comment? It looks as if support for this ligature form is missing... It's not missing, but it means something else: the duration sequence 1 1 \longa. ``` \[ a'1 c'' a'\longa \] ``` Indeed, this gives the right optical result, thanks! So long I thoug

Re: mensural ligature

2023-04-14 Thread Werner LEMBERG
>> Pál, can you please comment? It looks as if support for this >> ligature form is missing... > > It's not missing, but it means something else: the duration sequence > 1 1 \longa. > > ``` > \[ a'1 c'' a'\longa \] > ``` Indeed, this gives the right optical result, thanks! > So long I thought

RE: Re: mensural ligature

2023-04-14 Thread juergen . gruen
> I try to set this ligature for an incipit: > > > using > > ``` > \version "2.24.0" > > { > \override NoteHead.style = #'mensural > \[ a'1 c'' > \override NoteHead.ligature-flexa = ##f > a'\breve \] > } > > \layout { > \context { > \Voice > \remove "Ligature_bracket_engraver" > \consists "Mensur

Re: mensural ligature

2023-04-14 Thread Benkő Pál
All, Werner LEMBERG ezt írta (időpont: 2023. ápr. 13., Cs, 18:05): > > > > I try to set this ligature for an incipit: > > > > > > using > > > > ``` > > \version "2.24.0" > > > > { > > \override NoteHead.style = #'mensural > > \[ a'1 c'' > > \override NoteHead.ligature-flexa = ##f > >

Re: converting `\markuplist` to `\markup`

2023-04-14 Thread Valentin Petzel
Hello Werner, how should \column not be the "right" way? A markup list is a list of markups, but does not contain any information about how these should be positioned. The default behaviour Lilypond does when encountering a toplevel markuplist or when having a markuplist in a score is to stack