lilypond-devel
[Top][All Lists]
Advanced

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

[PATCH] More bugfixes


From: Juergen Reuter
Subject: [PATCH] More bugfixes
Date: Thu, 28 Feb 2002 10:39:50 +0100 (CET)

Though I have attached some more bugfixes, just for the record (also for
myself to remind), here are some more open issues:

* output-lib.scm, function find-notehead-symbol:
  often switches between note heads of different font-families
  (e.g. baroque: optionally select (neo_)mensural note heads), which
  will not work (unless font-family is automatically changed).
  Possible solution 1: move neo_mensural stuff from parmesan to feta
  Possible solution 2: in find-notehead-symbol, also include font-family

* time signature is still broken, since style-alist in font.scm (or
  rather the lookup function that operates on style-alist) assumes a
  single, unique font family (which is currently "music").

* segmentation fault (in 1.5.33; I actually didn't check this in 1.5.34):

Core was generated by `/home/reuter/lilypond-1.5.33.NEW/lily/out/lilypond
ancien
Program terminated with signal 11, Segmentation fault.
Cannot access memory at address 0x40013970.
#0  0x80a78b1 in Grob::internal_get_grob_property (this=
Cannot access memory at address 0xbfffedfc.
) at grob.cc:127
127       SCM s = scm_sloppy_assq (sym, mutable_property_alist_);
(gdb) bt full
#0  0x80a78b1 in Grob::internal_get_grob_property (this=
Cannot access memory at address 0xbfffedfc.
) at grob.cc:127
        this = (Grob *) 0x2974
        sym = 0x402c7d08
        s = 0x2974
Cannot access memory at address 0xbfffedf4.
(gdb)

* N.B.: To get this (still too short or maybe even corrupted?)
  backtrace, I had to run lilypond from the lily/out directory, since
  debugging symbols were stripped off when doing "make install",
  although --enable-debugging had been set.  Is this intended
  behaviour?

* Similarly, when doing a "make distclean" I would expect to get the
  same status lilypond is put on the web.  However, "make distclean"
  removes make/out/lilypond.* and
  Documentation/pictures/out/lilypond-icon.xpm.  Since these files are
  distributed with the lilypond sources, I would expect these files to
  stay on distclean.  Currently, I always have to manually adjust
  these differences when creating a patch.

Greetings,
Juergen

Attachment: lily_1.5.34_jr1.diff
Description: Text document


reply via email to

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