Dear all, There are several threads about the 64-bit version but I'm choosing open a new thread, because issue may be different and not related to the others.
I installed the new Darwin binary of version 2.20 on a new machine running 10.15.3. (Catalina). After that I permanently get this segmentation fault from the shell when executing lilypond: > GNU LilyPond 2.20.0 > zsh: segmentation fault lilypond It’s also not possible to run Lilypond from Frescobaldi or LuaTeX. I’ve also tried this with the version from MacPorts with the same result. Anyone got the same issues here and knows how to solve it? Best regards and be well Moritz > Am 18.03.2020 um 08:35 schrieb Thomas Morley <thomasmorle...@gmail.com>: > > Am Mi., 18. März 2020 um 07:49 Uhr schrieb Aaron Hill > <lilyp...@hillvisions.com>: >> >> On 2020-03-17 11:05 pm, Marnen Laibow-Koser wrote: >>> AFAIK this was never proper syntax to begin with. Does it compile with >>> LilyPond 2.18? I'd be surprised if it does. >> >> Definitely valid syntax in 2.18.2 [1]: >> >> %%%% >> \version "2.18.2" >> >> \paper { >> indent = #0 ragged-right = ##f >> system-system-spacing #'padding = #20 >> } >> >> { b'1 \break b'1 } >> %%%% >> >> [1]: http://lilybin.com/99jt2g/1 >> >> >> -- Aaron Hill >> > > Yep. Though, > system-system-spacing.padding = #20 > works as well in 2.18.2. > Looks like there's no convert-rule for it. > > David? > > Cheers, > Harm >