Hi Jonas ! "I suppose this is crashing for you? Can you share the frequency, every time, or 1 out of 10, or ...? I executed this 20 times and seemed to work fine on my machine."
I have an error 1073741819 with each compilation, about fifteen, no successful compilation... "I think this example just takes a very long time because of the many pages. I see the same on Linux." On Windows 10, Lilypond stays blocked, i stop it after 30 min... Hi Jean ! " $@(map (lambda (i) #{ \score { { \autoPageBreaksOff \repeat unfold 10 { \repeat unfold 10 c'1 \break } } } #}) (iota 300)) and $@(map (lambda (i) #{ \score { \repeat unfold 100 { \repeat unfold 32 c'32 \break } } #}) (iota 40)) " I have an error 1073741819 with each compilation, about fifteen, no successful compilation... Gilles... Le mercredi 21 septembre 2022 à 01:10:43 UTC+2, Jonas Hahnfeld via LilyPond user discussion <lilypond-u...@gnu.org> a écrit : Hi, On Mon, 2022-09-19 at 08:41 +0000, Ya Gloops wrote: > Hello Jean ! > > Error 1073741819 > > \version "2.23.13" > > $@(map (lambda (i) > #{ > \bookpart { > \score { > \repeat unfold 100 c'1 > } > } > #}) > (iota 300)) I suppose this is crashing for you? Can you share the frequency, every time, or 1 out of 10, or ...? I executed this 20 times and seemed to work fine on my machine. > Block on Fitting music on 171 or 172 pages... > > \version "2.23.13" > > $@(map (lambda (i) > #{ > \score { > \repeat unfold 100 c'1 > } > #}) > (iota 300)) I think this example just takes a very long time because of the many pages. I see the same on Linux. Jonas