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

2024-06-05 Thread Jean Abou Samra
> 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? Fedora 40, x86_64. > If you can reproduce this often enough, could you share a core dump? Well, I've been testing it with the official released binaries

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: 2.25.15: Interpreting music: infinite loop (fatal error: intlog2 with negative argument: 0)

2024-06-02 Thread Trevor Bača
On Sun, Jun 2, 2024 at 9:09 AM Werner LEMBERG wrote: > > > On my Linux machine with 2.25.16, that file nondeterministically > > compiles, segfaults, or triggers a floating point exception. No time > > to investigate more, though. > > Trevor, please open an issue! > Done. Opened as #6716. Thank

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

2024-06-02 Thread Werner LEMBERG
> On my Linux machine with 2.25.16, that file nondeterministically > compiles, segfaults, or triggers a floating point exception. No time > to investigate more, though. Trevor, please open an issue! Werner

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

2024-06-02 Thread Jean Abou Samra
On my Linux machine with 2.25.16, that file nondeterministically compiles, segfaults, or triggers a floating point exception. No time to investigate more, though. signature.asc Description: This is a digitally signed message part

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

2024-05-31 Thread Trevor Bača
Aha, thanks for running under Windows. Further testing shows it's a bug with only the ARM distributions of 2.25.15 and 2.25.16; running on a MacBook Air with an M2 (2022) chip under macOS 14.5 gives these results: 2.25.16 (ARM): infinite loop 2.25.15 (ARM): infinite loop 2.25.16 (x86): OK 2.25.1

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

2024-05-31 Thread aaron--- via bug-lilypond
If there's a connection to Guile, we know there are some differences in the distributions by platform. I would try on my Win10 system, but I managed to find myself in hospital again. (Nothing to serious.) On May 31, 2024 12:28 AM, Craig Fearing via bug-lilypond wrote: FWIW

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

2024-05-31 Thread Craig Fearing via bug-lilypond
FWIW I ran this 15 consecutive times on my Win 11, Ryzen 7 system.  One time it took 2 seconds to compile, the rest were all 1.9 seconds.  No errors any time. On 2024-05-30 23:24, Trevor Bača wrote: Hi, I have what appears to be a very difficult bug. [snip] ... I suspect it may take two or

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

2024-05-30 Thread Trevor Bača
two or three successive attempts to interpret music.ly before triggering the loop on some operating systems (or chip architectures), even though the loop triggers consistently on my machine. Note, too, that LilyPond sometimes (though not always) crashes out of the infinite loop with ... fatal error

Programming error

2024-03-25 Thread Knute Snortum
I am getting a programming error with the following code: %%% \version "2.24.3" % 2.25.14 too rightHand = \relative { c''4( c c c | \break g4 g \tuplet 3/2 4 { c,8) \change Staff = "lower" g[ g] } g4 | } \new PianoStaff << \new Staff = "upper&q

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-14 Thread Werner LEMBERG
> Also, I'm pretty sure that the intent of FcChar8* in Fontconfig is > to represent UTF-8 so this is probably worthy of a bug report to the > Fontconfig people? Indeed. To do so it would be helpful to check the output of `fc-list` (ideally with proper patterns to make the result more similar to

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-14 Thread Werner LEMBERG
> I can confirm that replacing > > scm_write_line (ly_string2scm (str), port); > > with > > scm_c_write (port, str.c_str (), str.length ()); > > fixes the issue on my end. I’d be happy to make a merge request for > this. I've updated https://gitlab.com/lilypond/lilypond/-/merge_requests/2231

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-13 Thread Nate Whetsell
the time to check this but is there not a way to simply write >> bytes to (current-error-port) in Guile? > > Like scm_c_write < > https://www.gnu.org/software/guile/manual/html_node/Using-Ports-from-C.html > > ?

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-13 Thread Jean Abou Samra
> I don't have the time to check this but is there not a way to simply write > bytes to (current-error-port) in Guile? Like scm_c_write < https://www.gnu.org/software/guile/manual/html_node/Using-Ports-from-C.html > ? signature.asc Description: This is a digitally signed message part

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-13 Thread Jean Abou Samra
Le vendredi 12 janvier 2024 à 06:08 +, Werner LEMBERG a écrit : > How shall we proceed? I don't have the time to check this but is there not a way to simply write bytes to (current-error-port) in Guile? IIRC, all Guile ports can be used in both binary and text ways. Also, I'

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-13 Thread Jean Abou Samra
Le mardi 09 janvier 2024 à 12:43 -0500, Nate Whetsell a écrit : > I’m starting to think this may be a bug in Guile. Well, Guile's encoding handling is quite bug-ridden. signature.asc Description: This is a digitally signed message part

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-12 Thread Nate Whetsell
works as expected (with a � where the encoding issue occurs). When >> I use the default strategy ('error, presumably), LilyPond outputs: >> [...] > > How shall we proceed? > > >Werner

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-11 Thread Werner LEMBERG
be a bug in Guile. Can you make your example code generic and report it to the Guile people? > When I use a conversion strategy of 'substitute, the conversion > works as expected (with a � where the encoding issue occurs). When > I use the default strategy ('error, presumabl

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-09 Thread Nate Whetsell
Thanks for making the merge request. Unfortunately, it didn’t fix the issue, although it really seems like it should have. I’m starting to think this may be a bug in Guile. With the patch applied, running `lilypond -dshow-available-fonts` outputs: GNU LilyPond 2.25.12 (running Guile 3.0) ERROR

Re: Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-08 Thread Werner LEMBERG
> On macOS Ventura v13.6.3 (and almost certainly other versions), the > string produced when using -dshow-available-fonts need not be > encoded as UTF-8. Thanks, should be fixed with this MR: https://gitlab.com/lilypond/lilypond/-/merge_requests/2231 Out of interest: Which font shows this be

Using -dshow-available-fonts with LilyPond v2.25.12 throws error with non–UTF-8 encoded font info

2024-01-07 Thread Nate Whetsell
05fstringn>. That function throws an error when conversion fails (that is, when the C string passed to scm_from_utf8_stringn is not actually encoded as UTF-8). On macOS Ventura v13.6.3 (and almost certainly other versions), the string produced when using -dshow-available-fonts need not be e

Error in "Positioning segno and coda" snippet - version 2.24.0.

2023-07-12 Thread Lindomar Soares dos Santos
Using the snippet below (based on the official webpage's one) causes an extra full measure rest to be printed out of the staff, overlapping the mark "D.S..." (see print screen below). It happens every time one or more full measure rests are added at the beginning of Coda when using the version 2.24

Re: Error in Extending Lilypond example

2023-02-01 Thread Jean Abou Samra
On 01/02/2023 11:12, Jean Abou Samra wrote: > Saul, > > >> Le 1 févr. 2023 à 04:16, Saul Tobin a écrit : >> >> The fourth example engraver here: >> https://extending-lilypond.readthedocs.io/en/latest/extending/translation.html#fourth-engraver-example >> >> Running this code in 2.24 crashes on i

Re: Error in Extending Lilypond example

2023-02-01 Thread Thomas Morley
Am Mi., 1. Feb. 2023 um 04:16 Uhr schrieb Saul Tobin : > > The fourth example engraver here: > https://extending-lilypond.readthedocs.io/en/latest/extending/translation.html#fourth-engraver-example > > Running this code in 2.24 crashes on initializing the engraver with In > procedure ly:spanner-set

Re: Error in Extending Lilypond example

2023-02-01 Thread Jean Abou Samra
> Le 1 févr. 2023 à 11:23, Thomas Morley a écrit : > > Am Mi., 1. Feb. 2023 um 04:16 Uhr schrieb Saul Tobin > : >> >> The fourth example engraver here: >> https://extending-lilypond.readthedocs.io/en/latest/extending/translation.html#fourth-engraver-example >> >> Running this code in 2.24 c

Re: Error in Extending Lilypond example

2023-02-01 Thread Jean Abou Samra
Saul, > Le 1 févr. 2023 à 04:16, Saul Tobin a écrit : > > The fourth example engraver here: > https://extending-lilypond.readthedocs.io/en/latest/extending/translation.html#fourth-engraver-example > > Running this code in 2.24 crashes on initializing the engraver with In > procedure ly:spanne

Error in Extending Lilypond example

2023-01-31 Thread Saul Tobin
The fourth example engraver here: https://extending-lilypond.readthedocs.io/en/latest/extending/translation.html#fourth-engraver-example Running this code in 2.24 crashes on initializing the engraver with In procedure ly:spanner-set-bound!: Wrong type argument in position 3 (expecting Item): ().

programming error in doc-snippet

2023-01-02 Thread Thomas Morley
Hi, with 2.25.0 /Documentation/snippets/new/ancient-notation-templatemodern-transcription-of-gregorian-music.ly emits: programming error: no stem for note column Cheers, Harm ___ bug-lilypond mailing list bug-lilypond@gnu.org https

Re: accented character display error in chord mode

2022-07-12 Thread Jean Abou Samra
Le 12/07/2022 à 19:26, Pascal LEGRIS via bug-lilypond a écrit : % French é character for ré is not displayed in chord name and the following warning is displayed: % (process:55672): Pango-WARNING **: 18:36:49.582: % Invalid UTF-8 string passed to pango_layout_set_text() % Avertissement : aucun g

accented character display error in chord mode

2022-07-12 Thread Pascal LEGRIS via bug-lilypond
% French é character for ré is not displayed in chord name and the following warning is displayed: % (process:55672): Pango-WARNING **: 18:36:49.582: % Invalid UTF-8 string passed to pango_layout_set_text() % Avertissement : aucun glyphe ne correspond au caractère U+FFFD % dans la fonte « /opt/

Re: one-page-breaking algorithm and ragged-last-bottom error

2022-06-16 Thread Jean Abou Samra
Le 16/06/2022 à 01:41, Knute Snortum a écrit : Using one-page-breaking and ragged-last-bottom together produces a fatal error. I can see that these two properties don't make sense together, but ragged-last-bottom should just be ignored or some graceful warning issued. \version &q

one-page-breaking algorithm and ragged-last-bottom error

2022-06-15 Thread Knute Snortum
Using one-page-breaking and ragged-last-bottom together produces a fatal error. I can see that these two properties don't make sense together, but ragged-last-bottom should just be ignored or some graceful warning issued. \version "2.23.9" \paper { ragged-last-bottom = ##f

Re: Error when slashedGrace follows grace

2022-06-08 Thread Jean Abou Samra
Le 08/06/2022 à 12:46, David Kastrup a écrit : Knute Snortum writes: The following snippet will cause an error in version 2.22.2: %%% \version "2.22.2" \relative { c''2. \grace { b16[ c] } \slashedGrace { d8 } c4\trill | } %%% This error does not show up in 2.23.9

Re: Error when slashedGrace follows grace

2022-06-08 Thread David Kastrup
Knute Snortum writes: > The following snippet will cause an error in version 2.22.2: > > %%% > \version "2.22.2" > > \relative { > c''2. \grace { b16[ c] } \slashedGrace { d8 } c4\trill | > } > %%% > > This error does not show up in 2.23.9,

Error when slashedGrace follows grace

2022-06-07 Thread Knute Snortum
The following snippet will cause an error in version 2.22.2: %%% \version "2.22.2" \relative { c''2. \grace { b16[ c] } \slashedGrace { d8 } c4\trill | } %%% This error does not show up in 2.23.9, so I don't know if there's any action to take, but I thought I

Re: \incipit sometimes returns programming error

2022-05-27 Thread Dan Eble
On May 27, 2022, at 10:28, Jean Abou Samra wrote: > > Le 27/05/2022 à 14:34, Dan Eble a écrit : >> I would at least like to understand whether the error message is reasonable >> first. > > Do you mean whether it is reasonable for \bar "" during a > no

Re: \incipit sometimes returns programming error

2022-05-27 Thread Jean Abou Samra
Le 27/05/2022 à 14:34, Dan Eble a écrit : I would at least like to understand whether the error message is reasonable first. Do you mean whether it is reasonable for \bar "" during a note to trigger a programming error, or whether it is reasonable for MensuralStaff to have "&q

Re: \incipit sometimes returns programming error

2022-05-27 Thread Dan Eble
quot;")? I think that measureBarType = #'() would be harmless in \incipit because there is no need to allow break points, but with so much already in flux, I would prefer not to throw in another hack. I would at least like to understand whethe

Re: \incipit sometimes returns programming error

2022-05-26 Thread Jean Abou Samra
indent = 5\cm incipit-width = 3\cm } } with recent versions it returns: programming error: Loose column does not have right side to attach to. First bad comit is: commit 8ae26d8330c603d249fec5953a887de9fbcbe31c Author: Dan Eble Date: Thu Mar 10 20:08:31 2022 -0500 Refactor Ba

Re: \incipit sometimes returns programming error

2022-05-26 Thread Thomas Morley
; >\layout { > > indent = 5\cm > > incipit-width = 3\cm > >} > > } > > > > with recent versions it returns: > > programming error: Loose column does not have right side to attach to. > > > > First bad com

Re: \incipit sometimes returns programming error

2022-05-26 Thread Jean Abou Samra
Le 26/05/2022 à 17:12, Thomas Morley a écrit : Hi, consider: \score { \new Staff \with { instrumentName = "" } { \incipit { c'1. } R1 } \layout { indent = 5\cm incipit-width = 3\cm } } with recent versions it returns: programming error: Loose column does

\incipit sometimes returns programming error

2022-05-26 Thread Thomas Morley
Hi, consider: \score { \new Staff \with { instrumentName = "" } { \incipit { c'1. } R1 } \layout { indent = 5\cm incipit-width = 3\cm } } with recent versions it returns: programming error: Loose column does not have right side to attach to. First bad c

Re: Lilypond 2.22 & 2.23 return 0 when a Scheme error occurs.

2022-05-17 Thread Jean Abou Samra
Le 02/05/2022 à 08:50, Stéphane SOPPERA a écrit : Hi, This very basic program reproduce the issue: #(error "test") \relative {   c'1 | } With Lilypond 2.20, the compilation produces: Processing `scheme_err.ly' Parsing... scheme_err.ly:1:2: error: GUILE signaled an erro

Lilypond 2.22 & 2.23 return 0 when a Scheme error occurs.

2022-05-01 Thread Stéphane SOPPERA
Hi, This very basic program reproduce the issue: #(error "test") \relative {   c'1 | } With Lilypond 2.20, the compilation produces: Processing `scheme_err.ly' Parsing... scheme_err.ly:1:2: error: GUILE signaled an error for the expression beginning here #  (error &qu

Re: strict-note-spacing, grace, and spacer cause programming error

2022-03-22 Thread Jean Abou Samra
Le 22/03/2022 à 21:29, Knute Snortum a écrit : If you use strict-note-spacing (or strict-grace-spacing) with grace notes that contain a spacer, a programming error is encountered. Here is a MWE: %%% \version "2.23.6" \relative c'''' { g4 \

strict-note-spacing, grace, and spacer cause programming error

2022-03-22 Thread Knute Snortum
If you use strict-note-spacing (or strict-grace-spacing) with grace notes that contain a spacer, a programming error is encountered. Here is a MWE: %%% \version "2.23.6" \relative c'''' { g4 \newSpacingSection \override Score.SpacingSpanner.strict-note-spac

Re: "Library not loaded" error on MacOS version

2022-02-13 Thread Jonas Hahnfeld via bug-lilypond
lilypond, I get the "Library not loaded" error: > > dyld: Library not loaded: @executable_path/../lib/libintl.8.dylib >Referenced from: /Applications/LilyPond.app/Contents/Resources/bin/lilypond >Reason: image not found > Abort trap: 6 > > There is a fix onlin

"Library not loaded" error on MacOS version

2022-02-12 Thread Christopher Heckman
This is something that has been happening for the past eight months, since at least version 2.21. I can download and install the latest version for my operating system (10.12.6), but whenever I try to run lilypond, I get the "Library not loaded" error: dyld: Library not loaded: @execu

Re: Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-12 Thread Jim Weisbin
Per the original error message I posted, it was trying to use version 3.8 of the Homebrew version. But I tried linking version 3.8, and then version 3.9, and even 3.6, still got errors. But in each case, python on the system side had no trouble importing encodings. > On Oct 12, 2021, at 4

Re: Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-12 Thread Jonas Hahnfeld via bug-lilypond
Am Dienstag, dem 12.10.2021 um 16:15 -0400 schrieb Jim Weisbin: > > > > On Oct 12, 2021, at 4:13 PM, Jonas Hahnfeld > > wrote: > > > > Am Dienstag, dem 12.10.2021 um 16:02 -0400 schrieb Jim Weisbin: > > > I was under some pressure to get this working for a client, who > > > was unfortunately on

Re: Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-12 Thread Jim Weisbin
> On Oct 12, 2021, at 4:13 PM, Jonas Hahnfeld wrote: > > Am Dienstag, dem 12.10.2021 um 16:02 -0400 schrieb Jim Weisbin: >> I was under some pressure to get this working for a client, who was >> unfortunately on Mac OS Catalina. I tried importing xml files with >> many many different combinatio

Re: Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-12 Thread Jonas Hahnfeld via bug-lilypond
Am Dienstag, dem 12.10.2021 um 16:02 -0400 schrieb Jim Weisbin: > I was under some pressure to get this working for a client, who was > unfortunately on Mac OS Catalina. I tried importing xml files with > many many different combinations of Lilypond and Frescobaldi. The > only combination I could g

Re: Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-12 Thread Jim Weisbin
I was under some pressure to get this working for a client, who was unfortunately on Mac OS Catalina. I tried importing xml files with many many different combinations of Lilypond and Frescobaldi. The only combination I could get to work was with Frescobaldi 3.1.2 and an "unofficial" build of L

Re: Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-12 Thread Jonas Hahnfeld via bug-lilypond
Am Montag, dem 11.10.2021 um 23:49 +0200 schrieb Jean Abou Samra: > > Le 10/10/2021 à 10:15, James a écrit : > > Hello Jim, > > > > I didn't see any replies to this but it seems to me that this might be > > Frescobaldi specific. The Frescobaldi developer lurks on these lists > > but it might be

Re: Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-11 Thread Jean Abou Samra
Le 10/10/2021 à 10:15, James a écrit : Hello Jim, I didn't see any replies to this but it seems to me that this might be Frescobaldi specific. The Frescobaldi developer lurks on these lists but it might be worth pinging him directly. There are a number of ways - https://frescobaldi.org/lin

Import XML fails with python error [Macport LilyPond with Frescobladi]

2021-10-10 Thread James
James Lilypond 2.22.1 installed via Macports, works. Frescobaldi v 3.1.3 installed via the DMG works. But fails to import MusicXML files with this error: Starting musicxml2ly... Python path configuration: PYTHONHOME = '/Applications/Fresc

Import XML fails with python error

2021-10-01 Thread Jim Weisbin
Lilypond 2.22.1 installed via Macports, works. Frescobaldi v 3.1.3 installed via the DMG works. But fails to import MusicXML files with this error: Starting musicxml2ly... Python path configuration: PYTHONHOME = '/Applications/Frescobaldi.app/Contents/Resources' PYTHONPATH = 

Re: Error with Grace note on Beginning of Staffs

2021-09-19 Thread Knute Snortum
ve { \global \grace s8 r4} >> } %%% -- Knute Snortum On Sun, Sep 19, 2021 at 6:38 AM Martin Steindl wrote: > > Hello, > > I stumbled on a weird display error when using \acciaccatura (or any > other grace note) on the beginning of a staff in a multi-staff environment. >

Error with Grace note on Beginning of Staffs

2021-09-19 Thread Martin Steindl
Hello, I stumbled on a weird display error when using \acciaccatura (or any other grace note) on the beginning of a staff in a multi-staff environment. Somehow, the time signature (and the key -- not shown in example) is displayed before _and_ after the \acciaccatura. Greetings Martin

Re: Documentation error for "on-the-fly"

2021-09-05 Thread James
thanks On 05/09/2021 18:16, Jean Abou Samra wrote: Le 05/09/2021 à 10:45, Jean Abou Samra a écrit : I'll probably propose a patch. Here you go: https://gitlab.com/lilypond/lilypond/-/merge_requests/909 Jean -- Regards James ___ bug-lilypond

Re: Documentation error for "on-the-fly"

2021-09-05 Thread Jean Abou Samra
Le 05/09/2021 à 10:45, Jean Abou Samra a écrit : I'll probably propose a patch. Here you go: https://gitlab.com/lilypond/lilypond/-/merge_requests/909 Jean ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/

Re: Documentation error for "on-the-fly"

2021-09-05 Thread Jean Abou Samra
Hello anyone on the bug list, could someone just verify what was reported by Paul (below) sounds correct and if this is a bug or just a doc edit (or both). Thanks, James Thanks for reminding. Le 25/08/2021 à 15:36, Paul Hodges a écrit : On the page: http://lilypond.org/doc/v2.23/Docum

Re: Documentation error for "on-the-fly"

2021-09-05 Thread James
Hello anyone on the bug list, could someone just verify what was reported by Paul (below) sounds correct and if this is a bug or just a doc edit (or both). Thanks, James On 25/08/2021 14:36, Paul Hodges wrote: On the page: http://lilypond.org/doc/v2.23/Documentation/notation/custom-titles-h

Documentation error for "on-the-fly"

2021-08-25 Thread Paul Hodges
On the page: http://lilypond.org/doc/v2.23/Documentation/notation/custom-titles-headers-and-footers the syntax for using \on-the-fly is specified as: variable = \markup { … \on-the-fly \procedure markup … } and the following examples use the same. Note the use of \ to in

Re: Music function in LY file triggers error message

2021-02-13 Thread Jonas Hahnfeld via bug-lilypond
Am Samstag, dem 13.02.2021 um 14:58 + schrieb James: > On Sat, 2021-02-13 at 13:29 +0100, Johannes Feulner wrote: > > HI there, > > > > updating from LilyPond version 2.19.53 to 2.23.1 I found unexpected > > non-fatal error messages in LilyPonds output whenever a

Re: Music function in LY file triggers error message

2021-02-13 Thread James
On Sat, 2021-02-13 at 13:29 +0100, Johannes Feulner wrote: > HI there, > > updating from LilyPond version 2.19.53 to 2.23.1 I found unexpected > non-fatal error messages in LilyPonds output whenever a music > function > is defined: > > Analysieren... > Programmierf

Re: Music function in LY file triggers error message

2021-02-13 Thread Jean Abou Samra
Le 13/02/2021 à 13:29, Johannes Feulner a écrit : HI there, updating from LilyPond version 2.19.53 to 2.23.1 I found unexpected non-fatal error messages in LilyPonds output whenever a music function is defined: Analysieren... Programmierfehler: Parsed object should be dead #Music((void

Re: Music function in LY file triggers error message

2021-02-13 Thread David Kastrup
Johannes Feulner writes: > HI there, > > updating from LilyPond version 2.19.53 to 2.23.1 I found unexpected > non-fatal error messages in LilyPonds output whenever a music function > is defined: > > Analysieren... > Programmierfehler: Parsed object should be dead #

Music function in LY file triggers error message

2021-02-13 Thread Johannes Feulner
HI there, updating from LilyPond version 2.19.53 to 2.23.1 I found unexpected non-fatal error messages in LilyPonds output whenever a music function is defined: Analysieren... Programmierfehler: Parsed object should be dead #Music((void . #t))((name . Music) (types)) > This happens even

Re: convert-ly error

2021-01-13 Thread Werner LEMBERG
>> `convert-ly` is a python script. For Windows, rename the file >> >> c:\Program Files (x86)\usr\bin\convert-ly >> >> to >> >> convert-ly.py >> >> Then Windows will know to run the python interpreter on this file. >> >> NOTE: This script works as is on Linux because the first line of the >

Re: convert-ly error

2021-01-13 Thread Werner LEMBERG
> `convert-ly` is a python script. For Windows, rename the file > > c:\Program Files (x86)\usr\bin\convert-ly > > to > > convert-ly.py > > Then Windows will know to run the python interpreter on this file. > > NOTE: This script works as is on Linux because the first line of the > script say

Re: compile message: programming error: no broken bound

2020-03-03 Thread Martin Castillo
`bug.ly' > Parsing... > Interpreting music... > Preprocessing graphical objects... > Finding the ideal number of pages... > Fitting music on 1 page... > Drawing systems... > programming error: no broken bound > continuing, cross fingers > programming error: no broken bo

Re: Possible documentation error in 2.7.2

2020-03-01 Thread Ben Eichler
Hi Carl, Thanks for your thoughtful response, and apologies for my ignorance, I'm a newbie and this is my first reported "bug". At the time, I was trying to figure out a way to hide unnecessary printed chords for irregular or long intervals. Since then, someone on the user list pointed out that t

Re: Possible documentation error in 2.7.2

2020-02-29 Thread Carl Sorensen
On 2/29/20, 1:46 AM, "Ben Eichler" wrote: HI there, I read at "2.7.2 Displaying Chords" in the docs: "*Chord names can be displayed only at the start of lines and when the chord changes.*" This is a little bit misleading. By default, each chord in the content is

Re: Possible documentation error in 2.7.2

2020-02-29 Thread pkx166h
Hello Ben, On 29/02/2020 08:46, Ben Eichler wrote: HI there, I read at "2.7.2 Displaying Chords" in the docs: "*Chord names can be displayed only at the start of lines and when the chord changes.*" This is a little bit misleading. By default, each chord in the content is printed by Lilypond.

Possible documentation error in 2.7.2

2020-02-29 Thread Ben Eichler
HI there, I read at "2.7.2 Displaying Chords" in the docs: "*Chord names can be displayed only at the start of lines and when the chord changes.*" This is a little bit misleading. By default, each chord in the content is printed by Lilypond. The documentation is trying to point out that this beh

compile message: programming error: no broken bound

2020-01-13 Thread Martin Castillo
Hi, When I compile this file, I get the following output: GNU LilyPond 2.19.83 Processing `bug.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page... Drawing systems... programming error: no broken bound conti

Re: Strange "programming error: Loose column ..."

2019-12-26 Thread Malte Meyn
Am 27.12.19 um 00:33 schrieb Thomas Morley: Hi, the following code returns programming error: Loose column does not have right side to attach to. for all versions from 2.14.2 up to 2.21.0 No error for 2.12.3 { \set Score.defaultBarType = #"" r2 b1\glissando c' }

Strange "programming error: Loose column ..."

2019-12-26 Thread Thomas Morley
Hi, the following code returns programming error: Loose column does not have right side to attach to. for all versions from 2.14.2 up to 2.21.0 No error for 2.12.3 { \set Score.defaultBarType = #"" r2 b1\glissando c' } Cheers, Harm

Re: Regression bug: Assertion error in 2.19.83

2019-10-19 Thread Malte Meyn
This doesn’t crash in current master. Am 19.10.19 um 21:11 schrieb Mats Bengtsson: Sorry, here comes the buggy example: \version "2.19.83" \relative c'{ \time 2/4 % This first line gives the error: d16 d64-. ( d-. d-. d-. ) e16 e16:64 fis16 fis16:64 g16 g16:64 | % Explicitly

Re: Regression bug: Assertion error in 2.19.83

2019-10-19 Thread Mats Bengtsson
Sorry, here comes the buggy example: \version "2.19.83" \relative c'{ \time 2/4 % This first line gives the error: d16 d64-. ( d-. d-. d-. ) e16 e16:64 fis16 fis16:64 g16 g16:64 | % Explicitly shortening the beam helps: d16 [ d64-. ( d-. d-. d-. )] e16 e16:64 fis16 fis16:64 g16

Regression bug: Assertion error in 2.19.83

2019-10-19 Thread Mats Bengtsson
Hi, The following example illustrates a bug in 2.19.83 that's a regression against 2.18. Compiling with 2.19.83 gives GNU LilyPond 2.19.83 Processing `bug.ly' Parsing... Interpreting music... Preprocessing graphical objects...lilypond: /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.

Re: Non default tuplet error with 2.21

2019-09-20 Thread Thomas Morley
Am Fr., 20. Sept. 2019 um 02:19 Uhr schrieb Andrew Bernard : > > Using 2.21 from git, the non-default tuplet example in the NR throws an > error. > > > \relative c'' { >\once \override TupletNumber.text = > #(tuplet-number::non-default-tuplet-denominator-

Non default tuplet error with 2.21

2019-09-19 Thread Andrew Bernard
Using 2.21 from git, the non-default tuplet example in the NR throws an error. \relative c'' {   \once \override TupletNumber.text =     #(tuplet-number::non-default-tuplet-denominator-text 7)   \tuplet 3/2  { c4. c4. c4. c4. }   \once \override TupletNumber.text =     #(tuplet-n

Re: Compilation error, due to changes in pango

2019-08-14 Thread foxfanfare
I don't know if this has been reported, but I just updated pango on Arch, and the version 1:1.44.5-1 is working fine now ! -- Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html ___ bug-lilypond mailing list bug-lilypond@gnu.org https://

Re: Error on Linux

2019-08-14 Thread Werner LEMBERG
> these "compressing over-full page" warnings may be caused > by running a lilypond executable, which was compiled with > the old pango library (1.43), with the new pango lib (1.44). Good news: The newest Pango version (1.44.5) works again with LilyPond; the problems have been fixed (on the Pango

Re: Error on Linux

2019-08-14 Thread Anzick
), with the new pango lib (1.44). > > What is your pango version? > > Thomas > > On Wed, Aug 14, 2019 at 03:16:56PM +0200, Anzick wrote: > >> Hello, with even the most simple score I am getting this error: >> >> >> warning: compressing over-full pag

Re: Error on Linux

2019-08-14 Thread t.sefzick
with even the most simple score I am getting this error: > > > warning: compressing over-full page by 77044.3 staff-spaces > > > warning: page 1 has been compressed > > > The same file apears to work fine on Mac, but not on Linux. > \version "2.19.82" >

Re: Error on Linux

2019-08-14 Thread Aaron Hill
On 2019-08-14 6:16 am, Anzick wrote: Hello, with even the most simple score I am getting this error: warning: compressing over-full page by 77044.3 staff-spaces warning: page 1 has been compressed The same file apears to work fine on Mac, but not on Linux. Could you provide details of your

Re: Error on Linux

2019-08-14 Thread Malte Meyn
Am 14.08.19 um 15:16 schrieb Anzick: Hello, with even the most simple score I am getting this error: warning: compressing over-full page by 77044.3 staff-spaces warning: page 1 has been compressed The same file apears to work fine on Mac, but not on Linux. Hi Anzick, I cannot

Error on Linux

2019-08-14 Thread Anzick
Hello, with even the most simple score I am getting this error: warning: compressing over-full page by 77044.3 staff-spaces warning: page 1 has been compressed The same file apears to work fine on Mac, but not on Linux. \version "2.19.82" \pointAndClickOff \header { tit

Re: Compilation error, due to changes in pango

2019-08-06 Thread t.sefzick
On Tue, Aug 06, 2019 at 12:11:44PM +0200, Knut Petersen wrote: > On 04.08.19 13:39, Werner LEMBERG wrote: > >>In my case, it's not really a compilation error but mostly strange > >>behavior with texts and markups. Here is a very small example with > >>a bug in

Re: Compilation error, due to changes in pango

2019-08-06 Thread Knut Petersen
On 04.08.19 13:39, Werner LEMBERG wrote: In my case, it's not really a compilation error but mostly strange behavior with texts and markups. Here is a very small example with a bug in the appearance of the TimeSignature. <http://lilypond.1069038.n5.nabble.com/file/t5604/51.png>

Re: Compilation error, due to changes in pango

2019-08-04 Thread Werner LEMBERG
> In my case, it's not really a compilation error but mostly strange > behavior with texts and markups. Here is a very small example with > a bug in the appearance of the TimeSignature. > > <http://lilypond.1069038.n5.nabble.com/file/t5604/51.png> Hmm. The only thi

Re: Compilation error, due to changes in pango

2019-08-04 Thread foxfanfare
Werner LEMBERG wrote > The question is now what exactly causes this: > > error: invalid conversion from 'gpointer' {aka 'void*'} > to 'FT_Face' {aka 'FT_FaceRec_*'} > > during the lilypond compilation? Is this really caused by

Re: Compilation error, due to changes in pango

2019-08-04 Thread Masamichi Hosoda
> The question is now what exactly causes this: > > error: invalid conversion from 'gpointer' {aka 'void*'} > to 'FT_Face' {aka 'FT_FaceRec_*'} > > during the lilypond compilation? Is this really caused by pango? Or > is

Re: Compilation error, due to changes in pango

2019-08-04 Thread Werner LEMBERG
s major version (i.e., the first zero after `.so' in the library name). This means that by default the dynamic linker uses the library file with the most recent minor and patch version (4400.2). The question is now what exactly causes this: error: invalid conversion from 'gpointer&#

Re: Compilation error, due to changes in pango

2019-08-03 Thread haawda
Hello, also on Arch Linux. 1.44-1 lists lrwxrwxrwx root/root 0 2019-07-27 22:40 usr/lib/libpango-1.0.so -> libpango-1.0.so.0 lrwxrwxrwx root/root 0 2019-07-27 22:40 usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.4400.0 -rwxr-xr-x root/root313016 2019-07-27 22:40 usr/lib/libpa

Re: Compilation error, due to changes in pango

2019-08-03 Thread foxfanfare
Werner LEMBERG wrote > Can you please tell me the librarie's .so numbers of 1.43.0 and 1.44.1 > (or 1.44.2)? > > > Werner Yes sure, but I don't know how to find that... -- Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html ___ b

Re: Compilation error, due to changes in pango

2019-08-03 Thread Werner LEMBERG
> For info, I'm using Archlinux and after making a maintenance update > via pacman, I had a similar problem. LilyPond became almost > unusable with pango 1.44.1-1 and I was forced to downgrade to > 1.43.0.-2. Can you please tell me the librarie's .so numbers of 1.43.0 and 1.44.1 (or 1.44.2)?

  1   2   3   4   5   6   7   8   9   10   >