Re: calculation in scheme causes "assertion failed" as of Ly 2.25.11

2024-06-07 Thread Michael Käppler via bug-lilypond
Good. Could you give some other scores a try with the patched release? Michael Am 07.06.2024 um 15:55 schrieb K. Blum: Hi Michael, yes, the initial MWE that I've posted now works fine with your patched release. Thank you for working on this! Cheers, Klaus Am 06.06.2024 um 22:39 schrieb

Re: calculation in scheme causes "assertion failed" as of Ly 2.25.11

2024-06-06 Thread Michael Käppler via bug-lilypond
Hi Klaus, I think I could track this down, see https://gitlab.com/lilypond/lilypond/-/issues/6710 for an update. It would be great if you could test the following patched release with the file that failed initially. I uploaded the zip archive on WeTransfer: https://we.tl/t-kW6yGIdJau

Re: 2.25.15: Interpreting music: infinite loop (fatal error: intlog2 with negative argument: 0)

2024-06-05 Thread Michael Käppler via bug-lilypond
Can't reproduce this here on x86_64, Ubuntu 22.04. I did 100 subsequent runs without a single failure. Jean, which system are you on? If you can reproduce this often enough, could you share a core dump? Am 02.06.2024 um 14:41 schrieb Jean Abou Samra: On my Linux machine with 2.25.16, that file

Re: calculation in scheme causes "assertion failed" as of Ly 2.25.11

2024-04-23 Thread Michael Käppler via bug-lilypond
Hi Klaus, thanks for reporting, I can confirm this behaviour on my Windows machine. Now tracked as https://gitlab.com/lilypond/lilypond/-/issues/6710 Michael Am 21.04.2024 um 18:39 schrieb K. Blum: Hi Michael, Am 12.04.2024 um 18:00 schrieb bug-lilypond-requ...@gnu.org: This seems to be:

Re: calculation in scheme causes "assertion failed" as of Ly 2.25.11

2024-04-12 Thread Michael Käppler via bug-lilypond
Am 11.04.2024 um 22:05 schrieb Aaron Hill via bug-lilypond: Seems to be something specific to the Windows build.  I could not reproduce the failing assertion on the Linux builds of LilyPond also running Guile 3.0.9.  I could reproduce it with the 2.25.14 Windows build using scheme-sandbox.ly

Re: PDF hyperlinks pointing to internal LilyPond code

2024-01-27 Thread Michael Käppler via bug-lilypond
This is now https://gitlab.com/lilypond/lilypond/-/issues/6691 Am 26.01.2024 um 20:32 schrieb Werner LEMBERG: I would like to hear your opinions on this one: snip \version "2.25.10" { \acciaccatura { c'8 } d'4 } { \appoggiatura { c'8 } d'4 } The hyperlinks

Re: PDF hyperlinks pointing to internal LilyPond code

2024-01-27 Thread Michael Käppler via bug-lilypond
Hi Knute, no worries. I think this list is exactly the right place to discuss, whether some behaviour should be considered a bug or not. That was the reason I wrote here in the first place. Otherwise I simply would have opened an issue on GitLab. Michael Am 26.01.2024 um 21:05 schrieb Knute

PDF hyperlinks pointing to internal LilyPond code

2024-01-26 Thread Michael Käppler via bug-lilypond
Hi all, I would like to hear your opinions on this one: snip \version "2.25.10" { \acciaccatura { c'8 } d'4 } { \appoggiatura { c'8 } d'4 } The hyperlinks of both the acciaccatura and the appoggiatura slurs point to ly/grace-init.ly, which is kind of logical,

Re: Skipping syllables / LyricExtender

2024-01-04 Thread Michael Käppler via bug-lilypond
the duration argument, which is ignored in Lyrics, anyway. Michael Am 04.01.2024 um 00:12 schrieb Paul Hodges: Replace the \skip 4 with "", as in: % \version "2.25.0" { c' (d') e' f' } \addlyrics { foo __ "" bar }

Re: Skipping syllables / LyricExtender

2024-01-04 Thread Michael Käppler via bug-lilypond
4 um 00:12 schrieb Paul Hodges: Replace the \skip 4 with "", as in: % \version "2.25.0" { c' (d') e' f' } \addlyrics { foo __ "" bar } %%%%%%%%%%%%% Paul *From: * Michael Käppler via bug-lilypond Hi all, please consider the

Skipping syllables / LyricExtender

2024-01-03 Thread Michael Käppler via bug-lilypond
Hi all, please consider the following example: \version "2.25.0" { c' (d') e' f' } \addlyrics { foo __ \skip 4 bar } The \skip command does not terminate the extender line. This is at least unexpected. Opinions? Michael