Re: another slur problem

2016-07-05 Thread David Kastrup
Martin Tarenskeen writes: > On Tue, 5 Jul 2016, David Kastrup wrote: > Probably GCC6. What does ldd /usr/bin/lilypond state? >>> >>> See attachment. >> >> Huh. The library version numbers (including C++ library as far as I can >> tell) seem to match those of my

Re: another slur problem

2016-07-05 Thread Martin Tarenskeen
On Tue, 5 Jul 2016, David Kastrup wrote: Probably GCC6. What does ldd /usr/bin/lilypond state? See attachment. Huh. The library version numbers (including C++ library as far as I can tell) seem to match those of my system pretty closely. Can you run this under the debugger and get a

Re: another slur problem

2016-07-05 Thread David Kastrup
Martin Tarenskeen writes: > On Tue, 5 Jul 2016, David Kastrup wrote: > >> Martin Tarenskeen writes: > >>> Linux Fedora 24 > >> Probably GCC6. What does ldd /usr/bin/lilypond state? > > See attachment. Huh. The library version numbers (including

Re: another slur problem

2016-07-05 Thread Martin Tarenskeen
On Tue, 5 Jul 2016, David Kastrup wrote: Martin Tarenskeen writes: Linux Fedora 24 Probably GCC6. What does ldd /usr/bin/lilypond state? See attachment. -- Martin linux-vdso.so.1 (0x7ffe254be000) libdl.so.2 => /lib64/libdl.so.2

Re: another slur problem

2016-07-05 Thread David Kastrup
Martin Tarenskeen writes: > On Tue, 5 Jul 2016, David Kastrup wrote: > >> Martin Tarenskeen writes: > >>> But this gives me a "Segfault" error >>> >>> \version "2.19.44" >>> \relative { >>> c''8( d e f~ f2~ | f8) f e d c2 | >>> } >>> >>> >>>

Re: another slur problem

2016-07-05 Thread Martin Tarenskeen
On Tue, 5 Jul 2016, David Kastrup wrote: Martin Tarenskeen writes: But this gives me a "Segfault" error \version "2.19.44" \relative { c''8( d e f~ f2~ | f8) f e d c2 | } What's wrong here ? You don't specify operating system, architecture, LilyPond binary

Re: another slur problem

2016-07-05 Thread Thomas Scharkowski
Original-Nachricht Hi, This works fine: \version "2.19.44" \relative { c''8( d e) f~ f2~ | f8 f e d c2 | } But this gives me a "Segfault" error \version "2.19.44" \relative { c''8( d e f~ f2~ | f8) f e d c2 | } What's wrong here ? Both are fine here (Mac OS X

Re: another slur problem

2016-07-05 Thread David Kastrup
Martin Tarenskeen writes: > Hi, > > This works fine: > > \version "2.19.44" > \relative { > c''8( d e) f~ f2~ | f8 f e d c2 | } > > But this gives me a "Segfault" error > > \version "2.19.44" > \relative { > c''8( d e f~ f2~ | f8) f e d c2 | > } > > > What's wrong

another slur problem

2016-07-05 Thread Martin Tarenskeen
Hi, This works fine: \version "2.19.44" \relative { c''8( d e) f~ f2~ | f8 f e d c2 | } But this gives me a "Segfault" error \version "2.19.44" \relative { c''8( d e f~ f2~ | f8) f e d c2 | } What's wrong here ? -- Martin ___