Segfault when using specific symbol combination

2020-03-06 Thread Mathias Bockwoldt
Dear Lilypond team, I found a symbol combination that triggers a segfault in Lilypond 2.18.2 on Linux (Linux subsystem for Windows 10). I did not have the chance to reproduce on other machines or with other versions. I tried looking for the bug in the database and I am 98% sure that it is not t

Re: Segfault when using specific symbol combination

2020-03-06 Thread Federico Bruni
Il giorno ven 6 mar 2020 alle 11:38, Mathias Bockwoldt ha scritto: Dear Lilypond team, I found a symbol combination that triggers a segfault in Lilypond 2.18.2 on Linux (Linux subsystem for Windows 10). I did not have the chance to reproduce on other machines or with other versions. I trie

Re: Segfault when using specific symbol combination

2020-03-06 Thread David Kastrup
Mathias Bockwoldt writes: > Dear Lilypond team, > > I found a symbol combination that triggers a segfault in Lilypond > 2.18.2 on Linux (Linux subsystem for Windows 10). I did not have the > chance to reproduce on other machines or with other versions. > I tried looking for the bug in the databas

Re: musicxml2ly unsupported unicode range

2020-03-06 Thread Torsten Hämmerle
Jean ABOU SAMRA wrote >You likely have a special character in the name of your file. >Windows handles this poorly and LilyPond (actually Python, >behind the scenes) can't do much for this. Try removing >special characters from the file name, it should solve >your problem. I ca

Re: musicxml2ly unsupported unicode range

2020-03-06 Thread Lars Henrik Ørn
Hi again I could indeed solve the issue by changing the filename to another ;-)) Another issue was that musicxml2ly on windows 10 could not open compressed xml files (zlib module missing). But that it is not a big problem. Uncompressed worked OK. So now I can continue my work with an adapte

abc2ly script doesn't support dynamics

2020-03-06 Thread alex
​ Hello, This is my first time reporting a bug here. If I am violating some protocol, please let me know. I am using `abc2ly`, provided in the lilypond packaging, to convert the following ABC to Lilypond: C: Alex Hansen L: 1/128 V:TI clef=treble name="Voice 1" snm="V.1" V:TII c

Re: abc2ly script doesn't support dynamics

2020-03-06 Thread David Kastrup
alex writes: > ​ > > > > > > > Hello, > > > > This is my first time reporting a bug here. If I am violating some > protocol, please let me know. > > > > I am using `abc2ly`, provided in the lilypond packaging, to convert > the following ABC to Lilypond: > > > > C: Alex Hansen > L: 1/128 > > > V:T

Re: musicxml2ly unsupported unicode range

2020-03-06 Thread Aaron Hill
On 2020-03-06 9:13 am, Torsten Hämmerle wrote: Jean ABOU SAMRA wrote You likely have a special character in the name of your file. Windows handles this poorly and LilyPond (actually Python, behind the scenes) can't do much for this. Try removing special characters from the file name,