bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ignored note


From: Mats Bengtsson
Subject: Re: Ignored note
Date: Mon, 25 Feb 2002 21:48:42 +0100

One important clue which I got from Erik in a private email
is that he uses Python 2.1.2. Can anyone else with that recent
Python installed try some big scores and see if they get the
same problem.

Erik, try to start the program python and send us the output 
of the following commands:

>>> import os
>>> os.system('ulimit -a')
>>> import resource
>>> resource.setrlimit(resource.RLIMIT_STACK, (-1,-1))
>>> os.system('ulimit -a')
>>> CTRL-D

   /Mats


> I have found another indication of some kind of memory bug. Attached is
> a file demonstrating it.
> 
> The first 16th in bar 11 of the second voice, line 83, seems to be
> ignored by lily in the attached file. Using debian's 1.4.10-1 binary.
> 
> The command line I use is
> ly2dvi bach-invention-05.ly
> 
> The problem disappears if I comment out line 17, which has nothing to do
> with the ignored music.
> 
> Erik
> 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]