Re: Using Stem.french-beaming causes segfault

2015-11-02 Thread Jean Menezes da Rocha
Thanks for the tip, Malte! When trying to produce a minimal example I was able to find the exact condition that causes this issue: when a beamed group of 16ths *ends with* a rest, the segfault is produced. For instance, the code \relative c' { \override Stem.french-beaming=##t c16[ d e r] } p

Re: Using Stem.french-beaming causes segfault

2015-11-02 Thread Malte Meyn
Am 02.11.2015 um 23:07 schrieb Jean Menezes da Rocha: Hello, I am trying to compile a score and its parts using lilypond version 2.19.30. If I activate french-beaming (using \override Stem.french-beaming = ##t in the \context \Staff), the program returns a segfault. When french-beaming is not

Re: Using Stem.french-beaming causes segfault

2015-11-02 Thread Jean Menezes da Rocha
Sorry for replying to my own message so hastily, but making further tests I may have found something interesting: I have many beams going over rests. If I remove every manual beaming over rests, the problem disappears and everything works fine (except for the fact that beaming over rests is importa

Using Stem.french-beaming causes segfault

2015-11-02 Thread Jean Menezes da Rocha
Hello, I am trying to compile a score and its parts using lilypond version 2.19.30. If I activate french-beaming (using \override Stem.french-beaming = ##t in the \context \Staff), the program returns a segfault. When french-beaming is not active, the compilation runs nicely. I have attached to th