Re: Lilypond crash related to tuplets

2019-03-23 Thread Aaron Hill
On 2019-03-23 5:46 pm, Andrew Bernard wrote: Hi Aaron, I know it would be great to see my code, but the quartet is 11,000 lines long and that's only half, and my library of which I use everything is 13,000 lines of code (for all the New Complexity stuff). I would never expect anybody to go thr

Re: Lilypond crash related to tuplets

2019-03-23 Thread Andrew Bernard
Here it is: Using tupletFullLengthToNote = ##t crashes it. \version "2.19.82" \paper { indent = 0 ragged-right = ##t } \layout { \set tupletFullLength = ##t \set tupletFullLengthNote = ##t } { \tuplet 1/1 { b'1 } \break 4 } That qualifies as a bug worth registering, does it not? Andrew _

Re: Lilypond crash related to tuplets

2019-03-23 Thread Andrew Bernard
Hi Aaron, I know it would be great to see my code, but the quartet is 11,000 lines long and that's only half, and my library of which I use everything is 13,000 lines of code (for all the New Complexity stuff). I would never expect anybody to go through it, let alone set it all up for compiling.

Re: Lilypond crash related to tuplets

2019-03-23 Thread Aaron Hill
On 2019-03-23 3:39 pm, Thomas Morley wrote: Am Sa., 23. März 2019 um 21:41 Uhr schrieb Aaron Hill : \override TupletBracket.X-positions = #(lambda (grob) (let ((xpos (ly:tuplet-bracket::calc-x-positions grob))) (if (> (car xpos) (cdr xpos)) (format #t "\nwarning: Inv

Re: Lilypond crash related to tuplets

2019-03-23 Thread Thomas Morley
Am Sa., 23. März 2019 um 21:41 Uhr schrieb Aaron Hill : > > On 2019-03-23 6:46 am, Andrew Bernard wrote: > > What calls calc_x_offset for Tuplet Number? > > This likely may be coming from Scheme. If you look at the Internals > reference, you will see that the X-offset property for TupletNumber is

Re: Lilypond crash related to tuplets

2019-03-23 Thread Aaron Hill
On 2019-03-23 6:46 am, Andrew Bernard wrote: What calls calc_x_offset for Tuplet Number? This likely may be coming from Scheme. If you look at the Internals reference, you will see that the X-offset property for TupletNumber is by default set to ly:tuplet-number::calc-x-offset. That means

Re: lilypond crash in special case

2015-04-03 Thread Ralph Palmer
On Tue, Mar 31, 2015 at 7:29 PM, Thomas Morley wrote: > 2015-03-31 16:54 GMT+02:00 Simon Albrecht : > > Am 31.03.2015 um 14:59 schrieb Phil Holmes: > >> > >> "Leo Naab" wrote in message > >> news:loom.20150331t133343-...@post.gmane.org... > > >>> I have a special lilypond file with let's lilypon

Re: lilypond crash in special case

2015-03-31 Thread Thomas Morley
2015-03-31 16:54 GMT+02:00 Simon Albrecht : > Am 31.03.2015 um 14:59 schrieb Phil Holmes: >> >> "Leo Naab" wrote in message >> news:loom.20150331t133343-...@post.gmane.org... I'm not top posting. >>> >>> >>> I have a special lilypond file with let's lilypond.exe crash. The file >>> works

Re: lilypond crash in special case

2015-03-31 Thread Simon Albrecht
Am 31.03.2015 um 14:59 schrieb Phil Holmes: "Leo Naab" wrote in message news:loom.20150331t133343-...@post.gmane.org... I'm not top posting. I have a special lilypond file with let's lilypond.exe crash. The file works fine with version 2.19.15, but not with 2.19.17. The crash has do to wit

Re: lilypond crash in special case

2015-03-31 Thread Phil Holmes
"Leo Naab" wrote in message news:loom.20150331t133343-...@post.gmane.org... I'm not top posting. I have a special lilypond file with let's lilypond.exe crash. The file works fine with version 2.19.15, but not with 2.19.17. The crash has do to with a "\new Lyric" line. "\new Lyric" in \conte

Re: Lilypond Crash on the following simple Code

2011-02-14 Thread Dmytro O. Redchuk
On Mon 14 Feb 2011, 13:04 Francisco Vila wrote: > > just an empty markuplines before the music, > > > > \markuplines { } > > { c' } > > > > > > I don't know where the chinese character came from. Did I pasted by > > mistake? > > No, I didn't: > http://lists.gnu.org/archive/html/bug-lilypond/2011

Re: Lilypond Crash on the following simple Code

2011-02-14 Thread Francisco Vila
2011/2/14 Francisco Vila : > 2011/2/14 Dmytro O. Redchuk : >> On Mon 14 Feb 2011, 12:47 Francisco Vila wrote: >>> 2011/2/14 Dmytro O. Redchuk : >>> >> This crashes 2.13.49 when { } is empty >>> >> >>> >> \markuplines{ �} >>> >> { c' } >>> > It doesn't crash in 2.13.50 for me. >>> >>> I have compile

Re: Lilypond Crash on the following simple Code

2011-02-14 Thread Francisco Vila
2011/2/14 Dmytro O. Redchuk : > On Mon 14 Feb 2011, 12:47 Francisco Vila wrote: >> 2011/2/14 Dmytro O. Redchuk : >> >> This crashes 2.13.49 when { } is empty >> >> >> >> \markuplines{ �} >> >> { c' } >> > It doesn't crash in 2.13.50 for me. >> >> I have compiled 2.13.51 and it says segmentation fau

Re: Lilypond Crash on the following simple Code

2011-02-14 Thread Dmytro O. Redchuk
On Mon 14 Feb 2011, 12:47 Francisco Vila wrote: > 2011/2/14 Dmytro O. Redchuk : > >> This crashes 2.13.49 when { } is empty > >> > >> \markuplines{ 爙 > >> { c' } > > It doesn't crash in 2.13.50 for me. > > I have compiled 2.13.51 and it says segmentation fault with this code. Which code, please?

Re: Lilypond Crash on the following simple Code

2011-02-14 Thread Francisco Vila
2011/2/14 Dmytro O. Redchuk : >> This crashes 2.13.49 when { } is empty >> >> \markuplines{ �} >> { c' } > It doesn't crash in 2.13.50 for me. I have compiled 2.13.51 and it says segmentation fault with this code. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com _

Re: Lilypond Crash on the following simple Code

2011-02-14 Thread Dmytro O. Redchuk
On Mon 14 Feb 2011, 09:35 Francisco Vila wrote: > 2011/2/13 Beat Stoecklin : > > The following Code produces a Crash on my Win XP > > > > BTW: \markuplines should be storable in a Variable. > > It is, but not in 2.12 > > This crashes 2.13.49 when { } is empty > > \markuplines{  } > { c' } It doe

Re: Lilypond Crash on the following simple Code

2011-02-14 Thread Francisco Vila
2011/2/13 Beat Stoecklin : > The following Code produces a Crash on my Win XP > > BTW: \markuplines should be storable in a Variable. It is, but not in 2.12 This crashes 2.13.49 when { } is empty \markuplines{  } { c' } -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com _

Re: Lilypond crash

2010-10-11 Thread Graham Percival
On Mon, Oct 11, 2010 at 05:22:47PM +0100, Phil Holmes wrote: > >I hope that you're using the probably-not-really-documented > >\bookpart{} as appropriate (i.e. for each movement, or anything that > >you know should start on a new page). That will save a lot of > >processing power and/or memory. >

Re: Lilypond crash

2010-10-11 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: Sent: Monday, October 11, 2010 5:18 PM Subject: Re: Lilypond crash On Mon, Oct 11, 2010 at 2:58 PM, Phil Holmes wrote: Mine is actually a \book, so isn't a ginormous long piece of music.

Re: Lilypond crash

2010-10-11 Thread Graham Percival
On Mon, Oct 11, 2010 at 2:58 PM, Phil Holmes wrote: > Mine is actually a \book, so isn't a ginormous long piece of music. I hope that you're using the probably-not-really-documented \bookpart{} as appropriate (i.e. for each movement, or anything that you know should start on a new page). That wi

Re: Lilypond crash

2010-10-11 Thread Phil Holmes
"Valentin Villenave" wrote in message news:aanlkti=nvwxnnf8hctjugidtwyt6cg55efhrnz5ws...@mail.gmail.com... On Sun, Oct 10, 2010 at 11:24 PM, James Lowe wrote: "...It can run on any platform, no matter how old or exotic, has thousands of users and hundreds of contributors, and makes it possible

Re: Lilypond crash

2010-10-10 Thread Valentin Villenave
On Sun, Oct 10, 2010 at 11:24 PM, James Lowe wrote: > "...It can run on any platform, no matter how old or exotic, has thousands of > users and hundreds of contributors, and makes it possible to write simple > scores (a couple of hours is all it takes to get started) as well as complex > 500-pa

RE: Lilypond crash

2010-10-10 Thread James Lowe
Hello -Original Message- From: bug-lilypond-bounces+james.lowe=datacore@gnu.org on behalf of Phil Holmes Sent: Sat 09/10/2010 14:17 To: bug-lilypond@gnu.org Subject: Re: Lilypond crash Does anyone know what's the biggest single score compiled with LilyPond? I've done

Re: Lilypond crash

2010-10-09 Thread Phil Holmes
"Valentin Villenave" wrote in message news:aanlkti=g-fc4pwacvog0owgb79mbacoms-18rcwbj...@mail.gmail.com... On Wed, Oct 6, 2010 at 11:30 AM, Arno Waschk wrote: well, i came across this problem while creating a *real-world* score, having 1600+ bars and using GBs of memory. it also showed horrib

Re: Lilypond crash

2010-10-06 Thread Phil Holmes
"Valentin Villenave" wrote in message news:aanlktim_zs=onfovmhv_2du_1zfh0kwumfe+swd3a...@mail.gmail.com... On Tue, Oct 5, 2010 at 11:25 PM, Phil Holmes wrote: The other issue is - all these test cases with multiple repeats are artificial - the real question is - does it do long _real_ scores?

Re: Lilypond crash

2010-10-06 Thread Arno Waschk
hi, i used ubuntu, machines with 2 or 4 GB RAM resp. have to use minimal-breaking would be very disappointing... actually i just wanted to inform that some things not only happen in extreme artificial test cases... and that this breaking thing seems pretty much suboptimal in both optical res

Re: Lilypond crash

2010-10-06 Thread Valentin Villenave
On Wed, Oct 6, 2010 at 11:30 AM, Arno Waschk wrote: > well, i came across this problem while creating a *real-world* score, having > 1600+ bars and using GBs of memory. it also showed horrible "compiling" > times before Joe created his patches as well. while experimenting a bit with > it, i could

Re: Lilypond crash

2010-10-06 Thread Valentin Villenave
On Tue, Oct 5, 2010 at 11:25 PM, Phil Holmes wrote: > The other issue is - all these test cases with multiple repeats are > artificial - the real question is - does it do long _real_ scores? I always had the feeling (though nothing to document it) that LilyPond is much better at compiling real-wo

Re: Lilypond crash

2010-10-05 Thread Phil Holmes
- Original Message - From: "Valentin Villenave" How interesting. Of course, LilyPond-win being a 32-bit app, it shouldn't be able to use more than roughly 3.6 GB anyway. (Or is it just up to the OS?) You're probably right. In practice, it never gets anywhere near that. As for the

Re: Lilypond crash

2010-10-05 Thread Valentin Villenave
On Sun, Oct 3, 2010 at 11:57 AM, Phil Holmes wrote: > On 12.2.3 it will process 1150 repeats, but not 1200.  On 12.13.35 1050 is > OK, 1100 is not. > > I've attached a graph of how both use working set memory - it does appear to > be related to trying to allocate a total of more than about 450 meg

Re: Lilypond crash

2010-10-03 Thread Phil Holmes
"James Lowe" wrote in message news:ee5ed9503d57144e895fa3d7533e9fd302408...@mail2... Hello, -Original Message- From: bug-lilypond-bounces+james.lowe=datacore@gnu.org on behalf of Phil Holmes Sent: Sun 03/10/2010 10:57 To: bug-lilypond@gnu.org Subject: Re: Lilypond cr

RE: Lilypond crash

2010-10-03 Thread James Lowe
Hello, -Original Message- From: bug-lilypond-bounces+james.lowe=datacore@gnu.org on behalf of Phil Holmes Sent: Sun 03/10/2010 10:57 To: bug-lilypond@gnu.org Subject: Re: Lilypond crash I've attached a graph of how both use working set memory - it does appear to be relat

Re: Lilypond crash

2010-10-03 Thread Thomas Scharkowski
Compiles here with LilyPond 2.13.35 on Linux (4G physical memory). Compile time is 3'22, memory usage goes up to 1204,5 M. Thomas Original-Nachricht Exploring the question of whether "random" music stresses Lilypond more than repeated same code, I tried this: \repeat unfol

Re: Lilypond crash

2010-10-03 Thread Phil Holmes
"Graham Percival" wrote in message news:20101002172122.ga22...@futoi... On Sat, Oct 02, 2010 at 06:02:19PM +0100, Phil Holmes wrote: On my Windows machine, Lilypond stops working at the "Preprocessing graphical objects" stage. Might be an oddity of my PC and how I run Lilypond, but don't recko

Re: Lilypond crash

2010-10-03 Thread Francisco Vila
2010/10/2 Phil Holmes : > Exploring the question of whether "random" music stresses Lilypond more than > repeated same code, I tried this: > > \repeat unfold 2400 { >  c''4 c' c c, > } > > On my Windows machine, Lilypond stops working at the "Preprocessing > graphical objects" stage.  Might be an o

Re: Lilypond crash

2010-10-02 Thread Phil Holmes
"Graham Percival" wrote in message news:20101002172122.ga22...@futoi... On Sat, Oct 02, 2010 at 06:02:19PM +0100, Phil Holmes wrote: On my Windows machine, Lilypond stops working at the "Preprocessing graphical objects" stage. Might be an oddity of my PC and how I run Lilypond, but don't recko

Re: Lilypond crash

2010-10-02 Thread Graham Percival
On Sat, Oct 02, 2010 at 06:02:19PM +0100, Phil Holmes wrote: > On my Windows machine, Lilypond stops working at the "Preprocessing > graphical objects" stage. Might be an oddity of my PC and how I run > Lilypond, but don't reckon it should. Where does the cutoff seem to be? i.e. try 200, 400, 60

Re: LilyPond crash when using showLastLength and a \score context with \compressfullbarrests

2010-07-05 Thread Dmytro O. Redchuk
On Sat 03 Jul 2010, 21:04 James wrote: > The example below causes a crash in LilyPond but not if > you comment out \compressFullBarRests Thank you, added as 1173: http://code.google.com/p/lilypond/issues/detail?id=1173 Sorry for delay .( > > MusicOne = { > \time 3/4 > \compressFul

Re: LilyPond crash when using showLastLength and a \score context with \compressfullbarrests

2010-07-04 Thread -Eluze
pkx166h wrote: > > However if I have 3 scores using 3 different time signatures (in this > case 4/4, 2/2 and 3/4 why is it when I set my showLastLength as R1 > rather R2. do I get the crash? and only when using \score AND > \compressfullbarrests - either one on their own doesn't have a pro

Re: LilyPond crash when using showLastLength and a \score context with \compressfullbarrests

2010-07-04 Thread Graham Percival
On Sun, Jul 04, 2010 at 10:31:55AM +0100, James Lowe wrote: > Ultimately I can live with using R2. but that's just a workaround and > fundamentally we shouldn't be crashing. Yes; any crash is a Critical issue. Cheers, - Graham ___ bug-lilypond mailin

Re: LilyPond crash when using showLastLength and a \score context with \compressfullbarrests

2010-07-03 Thread -Eluze
pkx166h wrote: > > I am using Mac OS X 10.5.8 (if this matters) > > > \version "2.13.21" > > This example below doesn't crash but doesn't > %%% show last 2 full rests either > > \relative c { > \time 3/4 > \compressFullBarRests > R2.*11 \bar "||" > } > > showLastLength = R1*2

Re: lilypond crash signal 6

2004-09-04 Thread Sean Reed
hi, i installed 2.3.13 on a separate hard drive last night and ran the same crashing lilypond file. it crashed there too, with slightly different output (i think?: no "signal 6"). (using v. 2.3.13 on mac OS 10.3). the terminal output is below. i forgot to install it with -keep-build-dir, but wil

Re: lilypond crash signal 6

2004-09-03 Thread Sean Reed
- Open /sw/fink/dists/unstable/main/finkinfo/text/lilypond-unstable.info with the text editor of your choice. i figured, since i'm using 2.2.6 (current stable) that i should change the lilypond.info file in the /dists/stable/(etc.) file instead, correct? in that file i added the " --disable-op

Re: lilypond crash signal 6

2004-09-02 Thread Matthias Neeracher
On Sep 2, 2004, at 2:08 PM, Sean Reed wrote: Can you repeat, but build without -O2 ? do you mean run lilypond with the "-o" option? or do you mean rebuild the whole of lilypond again? how do i build without -O2? - Open /sw/fink/dists/unstable/main/finkinfo/text/lilypond-unstable.info with the te

Re: lilypond crash signal 6

2004-09-02 Thread Sean Reed
Can you repeat, but build without -O2 ? do you mean run lilypond with the "-o" option? or do you mean rebuild the whole of lilypond again? how do i build without -O2? (i didn't find that option anywhere in the fink man). Please keep this discussion on the list. (i assume you mean to send to bug-l

Re: lilypond crash signal 6

2004-09-02 Thread Han-Wen Nienhuys
Hi, Can you repeat, but build without -O2 ? Please keep this discussion on the list. [EMAIL PROTECTED] writes: > hi matthias. > > i've rebuilt lilypond using the -keep-build-dir command and used the > gdb commands as han-wen suggested. below you will find the terminal > output of the gdb, a

Re: lilypond crash signal 6

2004-08-29 Thread Erik Sandberg
I can't reproduce it (using 2.2.5 on Debian/testing). Can you send the complete output of lilypond --verbose ? Also, is it possible for you to see if the problem is still there in 2.2.6 or 2.3.x as well? Erik On Saturday 28 August 2004 18.14, Sean Reed wrote: > dear lilypond bug control, > > b