Cyclic dependency error with change staff and trillSpan

2024-03-22 Thread Knute Snortum
Hi again, I am getting a cyclic dependency error with code that uses change staff and trillSpan. Here is as minimal an example as I could create: %%% \version "2.24.3" \language "english" staffUp = \change Staff = "upper" staffDown = \change Staff = "low

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-16 Thread Knute Snortum
On Mon, Jan 15, 2024 at 10:57 AM Hans Aikema wrote: > > I've created an issue for Frescobaldi and I should be able to start work > on it today. > > https://github.com/frescobaldi/frescobaldi/issues/172 > > > Knute, you've missed a digit while copying the link and without doubt > intended to

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Hans Aikema
On 15 Jan 2024, at 19:40, Knute Snortum wrote:On Mon, Jan 15, 2024 at 7:47 AM David Kastrup wrote: Calling git grep "override[^=]*#'[a-z]" in the current Frescobaldi source tree delivers _way_ too many hits.  I don't consider it sane that the current Frescobaldi will pump

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Knute Snortum
On Mon, Jan 15, 2024 at 7:47 AM David Kastrup wrote: > > Calling > > git grep "override[^=]*#'[a-z]" > > in the current Frescobaldi source tree delivers _way_ too many hits. I > don't consider it sane that the current Frescobaldi will pump out > pre-2.18 syntax in droves in its templates. >

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Knute Snortum writes: > On Mon, Jan 15, 2024 at 5:28 AM David Kastrup wrote: > >> Bernhard Kleine writes: >> >> > Dear David, >> > >> > the file was created this morning from frescobaldi with the >> > Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. >> > Nothing was done be

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Bernhard Kleine writes: > Am 15.01.2024 um 14:28 schrieb David Kastrup: >> Bernhard Kleine writes: >> >>> Dear David, >>> >>> the file was created this morning from frescobaldi with the >>> Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. >>> Nothing was done be myself apart

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Knute Snortum
On Mon, Jan 15, 2024 at 5:28 AM David Kastrup wrote: > Bernhard Kleine writes: > > > Dear David, > > > > the file was created this morning from frescobaldi with the > > Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. > > Nothing was done be myself apart from wrinting notes

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Bernhard Kleine
Am 15.01.2024 um 14:28 schrieb David Kastrup: Bernhard Kleine writes: Dear David, the file was created this morning from frescobaldi with the Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. Nothing was done be myself apart from wrinting notes and lyrics. If the

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Bernhard Kleine writes: > Dear David, > > the file was created this morning from frescobaldi with the > Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. > Nothing was done be myself apart from wrinting notes and lyrics. If the "Partitur-Assistent" creates those overrides, it

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Bernhard Kleine
Dear David, the file was created this morning from frescobaldi with the Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. Nothing was done be myself apart from wrinting notes and lyrics. Am 15.01.2024 um 13:06 schrieb David Kastrup: Bernhard Kleine writes: The following MWE

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Bernhard Kleine writes: > The following MWE gave a warning > > C:/Users/bk/AppData/Local/Temp/frescobaldi-n7fp9iem/tmp_isr57mt/document.ly:52:25: > Warnung: deprecated: missing `.' in property path StaffSymbol.staff-space > > I think maybe the frescobaldi is not aware of changes to this lilypond

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Kevin Cole
be the frescobaldi is not aware of changes to this lilypond > version. What do I have change to make the score compile without this warning? I'm FAR from an expert, but the few times I've encountered errors like that, the error message basically seems to tell me what I should do, albeit not in th

Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Bernhard Kleine
The following MWE gave a warning C:/Users/bk/AppData/Local/Temp/frescobaldi-n7fp9iem/tmp_isr57mt/document.ly:52:25: Warnung: deprecated: missing `.' in property path StaffSymbol.staff-space I think maybe the frescobaldi is not aware of changes to this lilypond version. What do I have change to

Re: Error with \layout and \context

2024-01-12 Thread Ivan Kuznetsov
It was that simple! Thanks! On Fri, Jan 12, 2024 at 7:17 PM Aaron Hill wrote: > > You need to do your mods in separate \context sections. See above.

Re: Error with \layout and \context

2024-01-12 Thread Aaron Hill via LilyPond user discussion
On 2024-01-12 5:00 pm, Ivan Kuznetsov wrote: \layout { \context { \Score \override BarLine.transparent = ##t \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1 8) \override Stem.transparent = ##t } \context { \Voice

Error with \layout and \context

2024-01-12 Thread Ivan Kuznetsov
In my short snippet below, even though my final output is as expected, a C major scale with some brackets underneath some pairs of note, I get the error: > Parsing... > test_post01.ly:25:8: error: not a context mod > >\Voice Note that I am using "Analysis brackets"

2.24.3 error: Guile... (let ((book-handler (if (defined? 'default-toplevel-book-handler)

2024-01-05 Thread Mike Kilmer
Hi, all. Happy new year. Upgraded Lilypond today via homebrew (OSX 13.5.2 Ventura) Getting error: ``` GNU LilyPond 2.24.3 (running Guile 3.0) Processing `test.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page

Re: error I can’t figure out

2023-12-16 Thread Kieren MacMillan
Hi Jean, > See https://lists.gnu.org/archive/html/lilypond-user/2023-11/msg00152.html Indeed, updating the center-on-word code fixed it. Thanks! Kieren. __ My work day may look different than your work day. Please do not feel obligated to read or

Re: error I can’t figure out

2023-12-16 Thread Jean Abou Samra
See https://lists.gnu.org/archive/html/lilypond-user/2023-11/msg00152.html signature.asc Description: This is a digitally signed message part

error I can’t figure out

2023-12-16 Thread Kieren MacMillan
Hi all, I recently upgraded to 2.25.10 (MacPorts). I’m trying to compile what should be a fairly simple document, and am getting the following error(s): In /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_textproc_lilypond/lilypond-devel/work/lilypond-2.25.10/out

Re: Lilypond on Linux/Fedora 39 error after system update.

2023-12-10 Thread Laurie Savage
Thanks, it worked. Here are the last three lines of the compilation! Converting to `Blue_Trane-2lines.pdf'... Success: compilation successfully completed Compilation finished at Sun Dec 10 22:53:43 Laurie Savage https://www.queensofthewest.com/ The Latest Queens of The West clips

Re: Lilypond on Linux/Fedora 39 error after system update.

2023-12-10 Thread Jean Abou Samra
Never mind, I can reproduce it after updating my own system. Filed as  [https://bugzilla.redhat.com/show_bug.cgi?id=2253842](https://bugzilla.redhat.com/show_bug.cgi?id=2253842) For now, please try `sudo dnf install ghostscript-10.01.2` signature.asc Description: This is a digitally signed

Re: Lilypond on Linux/Fedora 39 error after system update.

2023-12-10 Thread Jonas Hahnfeld via LilyPond user discussion
On Sun, 2023-12-10 at 14:09 +1100, Laurie Savage wrote: > Hi, > > I was editing a lead sheet for my combo and it compiled fine. I > closed Frescobaldi, accepted Fedora's nags to update and went to > bed. I opened Frescobaldi this morning and get this error message > on any fil

Re: Lilypond on Linux/Fedora 39 error after system update.

2023-12-10 Thread Jean Abou Samra
There must be some other error message before this one that is causing it. Please include it as well. signature.asc Description: This is a digitally signed message part

Lilypond on Linux/Fedora 39 error after system update.

2023-12-09 Thread Laurie Savage
Hi, I was editing a lead sheet for my combo and it compiled fine. I closed Frescobaldi, accepted Fedora's nags to update and went to bed. I opened Frescobaldi this morning and get this error message on any file I try to compile. /usr/share/lilypond/2.25.4/ly/init.ly:64:2 <0>: error:

Re: suddenly \markup raises an error

2023-12-01 Thread Jean Abou Samra
> The following snippet suddenly raises an error 'Mark-up outside tekstscript > or \lyricmode'. It has never ever done so before. Has something changed? Win10 You need a direction indicator just before the \markup: one of ^ - _ It has been like this for as long as I remember.

suddenly \markup raises an error

2023-12-01 Thread Ursus Kirk
The following snippet suddenly raises an error 'Mark-up outside tekstscript or \lyricmode'. It has never ever done so before. Has something changed? Win10 \version "2.24.3" \header {   tagline = ##f } global = {   \key c \major   \time 4/4 } notes = \relative c'' {   \global  a1\m

Re: Lilypond 2.24.3 / iMac Sonoma / GS -dNODISPLAY fatal error

2023-11-28 Thread Eric
Well, that worked. (I can now continue collating the parts of at least the first movement of Robert Fuchs' 4th string quartet (1916) into score past bar 195 where I left my project... ;) ) Thanks much!! On Tue, Nov 28, 2023 at 5:38 AM Eric wrote: > Well, that’s depressing, I thought I had. I’ll

Re: Lilypond 2.24.3 / iMac Sonoma / GS -dNODISPLAY fatal error

2023-11-28 Thread Eric
Well, that’s depressing, I thought I had. I’ll get on that- thanks! On Tue, Nov 28, 2023 at 01:51 Jonas Hahnfeld wrote: > On Tue, 2023-11-28 at 01:33 -0500, Eric wrote: > > Installed 2.24.3 -docs using Macports, used convert-ly on a couple of > > files I'd last worked on in June, and received

Re: Lilypond 2.24.3 / iMac Sonoma / GS -dNODISPLAY fatal error

2023-11-27 Thread Jonas Hahnfeld via LilyPond user discussion
On Tue, 2023-11-28 at 01:33 -0500, Eric wrote: > Installed 2.24.3 -docs using Macports, used convert-ly on a couple of > files I'd last worked on in June, and received the following (see > attached text file) after trying lilypond on one of those files and > adding the -V flag. I know that several

Re: Lilypond 2.24.3 / iMac Sonoma / GS -dNODISPLAY fatal error

2023-11-27 Thread Werner LEMBERG
> Installed 2.24.3 -docs using Macports, No, you didn't. In the very first line of your log file I can see '2.24.2'. The problem vanishes if you *really* install version 2.24.3 – or if you fix up your system setup so that the correct LilyPond version gets found. Werner

Lilypond 2.24.3 / iMac Sonoma / GS -dNODISPLAY fatal error

2023-11-27 Thread Eric
folders/g5/yyz_p0mn45b2hxv7bz3991fwgn/T//lilypond-tmp-577829'... GPL Ghostscript 10.02.1 (2023-11-01) Copyright (C) 2023 Artifex Software, Inc. All rights reserved. This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: see the file COPYING for details. Error: /undefined in finddevice Ope

Re: programming error: Improbable offset for stencil: -inf staff space,Setting to zero.

2023-11-19 Thread Thomas Morley
Am So., 19. Nov. 2023 um 15:30 Uhr schrieb Michael Gerdau : > > Hi lilyponders! > > the attached fairly short script creates 4x the aforementioned error. It > seems to be created by the combined >\tweak Parentheses.font-size #2 \parenthesize > > The resulting score look

programming error: Improbable offset for stencil: -inf staff space,Setting to zero.

2023-11-19 Thread Michael Gerdau
Hi lilyponders! the attached fairly short script creates 4x the aforementioned error. It seems to be created by the combined \tweak Parentheses.font-size #2 \parenthesize The resulting score looks basically fine (AFAICT) but I guess this error should not occur anyway. This happens both

Re: init.ly Error Making PDF

2023-11-15 Thread Ernie Braganza
ie Braganza wrote: > > I just updated my Mac using Homebrew and I now get this error when I run > > lilypond. It compiles fine if I create a PostScript file using the --ps > > option. > > > > > > My ghostscript was updated to version 10.02.1 Is there a know

Re: init.ly Error Making PDF

2023-11-14 Thread William Rehwinkel via LilyPond user discussion
yes, it is a known bug due to a ghostscript security patch. Try using the pre-built binary for lilypond instead of homebrew. -William On 11/15/23 01:13, Ernie Braganza wrote: I just updated my Mac using Homebrew and I now get this error when I run lilypond. It compiles fine if I create

init.ly Error Making PDF

2023-11-14 Thread Ernie Braganza
I just updated my Mac using Homebrew and I now get this error when I run lilypond. It compiles fine if I create a PostScript file using the --ps option. My ghostscript was updated to version 10.02.1 Is there a known bug? I get this when I run lilypond with the -V switch: GPL Ghostscript 10.02.1

Re: programming error: note-column has no direction

2023-10-12 Thread Thomas Morley
Am Sa., 7. Okt. 2023 um 19:23 Uhr schrieb Valentin Petzel : > > Hello Harm, > > The error you are seeing is caused by handling NoteCollisions. This has > different behavior depending on the direction of the note column. The > direction > is set by the stem engra

Re: programming error: note-column has no direction

2023-10-07 Thread Valentin Petzel
Hello Harm, The error you are seeing is caused by handling NoteCollisions. This has different behavior depending on the direction of the note column. The direction is set by the stem engraver, which is removed in this context. To get rid of this message we can either remove collision handling

programming error: note-column has no direction

2023-10-07 Thread Thomas Morley
er %% \omit Stem %% } %% } \new GregorianTranscriptionStaff << \new GregorianTranscriptionVoice { \voiceOne b' } \new GregorianTranscriptionVoice { \voiceTwo g' } >> Returns: programming error: note-column has no direction { \voiceOne b' } Looks l

Re: I am having error anyone have any answer

2023-09-09 Thread Vishal Ghule
Yes it was indeed error ! I didn't put '. 'In particular note ! On Sat, Sep 9, 2023, 7:27 PM Jean Abou Samra wrote: > Well, you should find the actual error message earlier in the log. > > For example, suppose I compile this file with version 2.24: > > \version "2.26"

Re: I am having error anyone have any answer

2023-09-09 Thread Jean Abou Samra
Well, you should find the actual error message earlier in the log. For example, suppose I compile this file with version 2.24: \version "2.26" { c' } The log looks like this: Starting lilypond 2.24.2 [Untitled]... Processing `/tmp/frescobaldi-b9wj4_le/tmpvygadn4n/document.l

I am having error anyone have any answer

2023-09-09 Thread Vishal Ghule
Converting to 'document.pdf...fatal error: failed files:"C:\\user\\ghule\\Appdata\\Local\\Temp\\frescobaldi-al1um_yy\\tem2cxj92az\ documentl.ly" Exited with return code 1

Re: arranger.ly with lilypond 2.25 : intlog2 fatal error

2023-08-18 Thread Raphael HARDY
Thank you Jean‌, it works perfectly now   De : "Jean Abou Samra" A : raphaelha...@sfr.fr,lilypond-user@gnu.org Envoyé: jeudi 17 Août 2023 23:53 Objet : Re: arranger.ly with lilypond 2.25 : intlog2 fatal error   pre,code,address { margin: 0px; } h1,h2,h3,h4,h5,h6 { margin-

Re: arranger.ly with lilypond 2.25 : intlog2 fatal error

2023-08-17 Thread Jean Abou Samra
https://github.com/gilles-th/arranger.ly/pull/2/files signature.asc Description: This is a digitally signed message part

arranger.ly with lilypond 2.25 : intlog2 fatal error

2023-08-17 Thread Raphael HARDY
‌Hello! I'm regularly using the arranger.ly library to make scores for children orchestras When trying to use it with lilypond v2.25, I sometimes get fatal error: intlog2 with negative argument: 0 For example using this small code that works as expected on 2.24 and triggers the fatal error

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
Hi Jean, I'm sorry for my last confused email. I see what you mean about overriding the VoiceFollower property outside of the engraver. In my test file I was trying to override incorrectly. Thanks again for your help, greg On Sat, Jul 15, 2023 at 2:10 PM Gregory Evans wrote: > Hi Jean, > Yes

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
Hi Jean, Yes I’m still pretty much a Scheme beginner even though I have been trying to learn. My first language is Python. Thanks for the advice about not destroying the other details values. No, there is no special reason to read from the notehead, except that I don’t know how to read the value

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Jean Abou Samra
Hi, > (ly:grob-set-property! follower 'details '((used-proportion > . 0.5))) ;;; HERE I would like to have user-input instead of 0.5 > ;; would prefer the above line to read something like: > ;; (ly:grob-set-property! follower 'details >

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
, an error is returned. So I think I might not understand something about association lists in Scheme. Do you have advice for passing in this value? regards, greg evans On Sun, Jan 1, 2023 at 6:47 AM Jean Abou Samra wrote: > Le 31/12/2022 à 19:43, Gregory Evans a écrit : > > >

Re: Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread Knute Snortum
came upon instructions to type this expression into the > scheme-sandbox: > > (skip-of-length #{ { c'8 d' e' f' e' d' } #}) > > However, it produced this error: > > $1 = # . #))((display-methods #) (name . > SkipEvent) (iterator-ctor . # ly:rhythmic-music-iterator::constructor ()>) (

Re: Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread Jean Abou Samra
; > (skip-of-length #{ { c'8 d' e' f' e' d' } #}) > > However, it produced this error: > > $1 = # #))((display-methods #) (name . > SkipEvent) (iterator-ctor . # ly:rhythmic-music-iterator::constructor ()>) (types event rhythmic-event > skip-event)) > > ))((disp

Re: Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread David Kastrup
d' } #}) > > However, it produced this error: > > $1 = # . #))((display-methods #) (name . > SkipEvent) (iterator-ctor . # ly:rhythmic-music-iterator::constructor ()>) (types event rhythmic-event > skip-event)) > > ))((display-methods # # (expr)> # # > # #) (name . &g

Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread Knute Snortum
While going through Jean's Extending LilyPond tutorial... https://extending-lilypond.gitlab.io/en/scheme/expressions.html ...I came upon instructions to type this expression into the scheme-sandbox: (skip-of-length #{ { c'8 d' e' f' e' d' } #}) However, it produced this error: $1

Re: FIXED: Re: Frescobaldi: Weird error with 3.3.0 (OT?)

2023-05-08 Thread Stephan Schöll
I can confirm that this is exactly the issue I've encountered ... alongside with the solution I found on my own. Am 03.05.2023 um 13:40 schrieb Jean Abou Samra: Le dimanche 30 avril 2023 à 23:46 +0200, Stephan Schöll a écrit : So to me it seems that the uninstaller doesn't do a clean job. I

Re: FIXED: Re: Frescobaldi: Weird error with 3.3.0 (OT?)

2023-05-03 Thread Jean Abou Samra
Le dimanche 30 avril 2023 à 23:46 +0200, Stephan Schöll a écrit : > So to me it seems that the uninstaller doesn't do a clean job. I wasn't aware of it, but it looks like this is a known problem. https://github.com/frescobaldi/frescobaldi/issues/1252 signature.asc Description: This is a

FIXED: Re: Frescobaldi: Weird error with 3.3.0 (OT?)

2023-04-30 Thread Stephan Schöll
I tried to help with some C++ Redistributables according to advice in some posts. But all failed saying that a newer version is already installed. I tried to uninstall 3.3.0 and install 3.2 for comparison purposes. And yet, some similar error occured. I uninstalled any Frescobaldi installation

Re: Frescobaldi: Weird error with 3.3.0 (OT?)

2023-04-30 Thread Stephan Schöll
and reinstalled again but without success. Is there anybody who could give me some advice, either what to do or where to post in case this is OT? Unfortunately, the error message is not very helpful. (I dare hope that on Linux you would at least have gotten the name of the missing symbol.) Anyway

Re: Frescobaldi: Weird error with 3.3.0 (OT?)

2023-04-29 Thread Valentin Petzel
Hello Stephan, it appears like the one at fault here is the cx_Freeze package, which in hooks/pyqt5/add_library.py loads PyQt5. This package does have a few similar bugs: https://github.com/marcelotduarte/cx_Freeze/issues/504 https://github.com/marcelotduarte/cx_Freeze/issues/1408 These

Re: Frescobaldi: Weird error with 3.3.0 (OT?)

2023-04-29 Thread Jean Abou Samra
. > I uninstall and reinstalled again but without success. > > Is there anybody who could give me some advice, either what to do or where to > post in case this is OT? > Unfortunately, the error message is not very helpful. (I dare hope that on Linux you would at least have gotten t

Re: Error regarding line cap style

2023-04-17 Thread Jean Abou Samra
Le lundi 17 avril 2023 à 19:40 +1000, Andrew Bernard a écrit : > While reviving a seven year old project, as I go along I am encountering > various errors with the much newer versions of lilypond. > > What's this one about? > > warning: unknown line-cap-style: (quo

Error regarding line cap style

2023-04-17 Thread Andrew Bernard
While reviving a seven year old project, as I go along I am encountering various errors with the much newer versions of lilypond. What's this one about? warning: unknown line-cap-style: (quote butt) ERROR: In procedure symbol->string: In procedure symbol->string: Wrong type ar

Re: VerticalAxisGroup error

2023-04-16 Thread Jean Abou Samra
Le samedi 15 avril 2023 à 08:44 +0200, Jean Abou Samra a écrit : > If you can’t share it publicly, can you send me the file privately? Using the file Andrew sent me, I found that it was hitting [#6103](https://gitlab.com/lilypond/lilypond/-/issues/6103). Can be worked around by removing the

Re: VerticalAxisGroup error

2023-04-15 Thread Jean Abou Samra
> Le 15 avr. 2023 à 08:43, Andrew Bernard a écrit : > > Using stable 2.24.1 now fails to compile with 'Exited with return code 11'. Is there any other info? If you can’t share it publicly, can you send me the file privately?

Re: VerticalAxisGroup error

2023-04-15 Thread Andrew Bernard
Using stable 2.24.1 now fails to compile with 'Exited with return code 11'. Andrew

Re: VerticalAxisGroup error

2023-04-15 Thread Jean Abou Samra
> Le 15 avr. 2023 à 08:38, Andrew Bernard a écrit : > > But the piece fails to compile. Somewhat difficult to ignore, no? Because of #6482, not #6171.

Re: VerticalAxisGroup error

2023-04-15 Thread Andrew Bernard
But the piece fails to compile. Somewhat difficult to ignore, no? So also maybe I better try the last stable release. Andrew On 15/04/2023 4:33 pm, Jean Abou Samra wrote If it worked fine before, you can consider the programming errors harmless and ignore them.

Re: VerticalAxisGroup error

2023-04-15 Thread Jean Abou Samra
 > Le 15 avr. 2023 à 08:23, Andrew Bernard a écrit : > Not that this may help., but it used to compile under 2.19.83 when I wrote it. > For what it’s worth, #6171 is not a regression (or 2.24 would not have been released without a fix for it). This internal problem was already there before,

Re: VerticalAxisGroup error

2023-04-15 Thread Andrew Bernard
2.25.3 [whiteout.ly]... Processing `/home/acb/work/lilypond/proportion/whiteout.ly' Parsing... |oll-core: library infrastructure successfully loaded. Interpreting music...[8][16][24][32][40][48][56][64] Preprocessing graphical objects... programming error: cyclic dependency: calculation

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
Interpreting music...[8][16][24][32][40][48][56][64] > Preprocessing graphical objects... > programming error: cyclic dependency: calculation-in-progress > encountered for VerticalAxisGroup.adjacent-pure-heights > continuing, cross fingers &g

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
Starting lilypond 2.25.3 [whiteout.ly]... Processing `/home/acb/work/lilypond/proportion/whiteout.ly' Parsing... oll-core: library infrastructure successfully loaded. Interpreting music...[8][16][24][32][40][48][56][64] Preprocessing graphical objects... programming error: cyclic dependency

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
No engravers are moved. Andrew On 15/04/2023 3:14 pm, Jean Abou Samra wrote: As to the programming error, did you move engravers like Mark_engraver, Metronome_mark_engraver or Text_mark_engraver? If so, did you also move Staff_collecting_engraver? This is mentioned in the documentation

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
Le samedi 15 avril 2023 à 12:45 +1000, Andrew Bernard a écrit : > I am reviving a large project from about six or seven years ago. > I'm unable toi easily work out how to produce an MWE for this. > Here's the error: > Preprocessing graphical objects... > programming error: cy

Re: VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
ent-pure-heights #) 3 (ly:grob-property # cross-staff #<…>) 2 (ly:tuplet-bracket::calc-cross-staff #) In /home/lily/lilypond-2.25.3/release/binaries/lilypond/build/out/share/lilypond/current/scm/lily/output-lib.scm: 3400:20 1 (ly:tuplet-bracket::calc-potential-beam _) In unknown fi

VerticalAxisGroup error

2023-04-14 Thread Andrew Bernard
I am reviving a large project from about six or seven years ago. I'm unable toi easily work out how to produce an MWE for this. Here's the error: Preprocessing graphical objects... programming error: cyclic dependency: calculation-in-progress encountered for VerticalAxisGroup.adjacent-pure

Re: Error compiling a book

2023-04-08 Thread Jean Abou Samra
> Le 8 avr. 2023 à 10:29, John McWilliam a écrit : > >  > Windows 10 > Frescobaldi 3.2 > Liliypond 2.24.0 > > I am getting the following error when compiling my book to tunes: > > programming error: file name not normalized: > ..\..\Includes\Polis_format

Error compiling a book

2023-04-08 Thread John McWilliam
Windows 10Frescobaldi 3.2Liliypond 2.24.0 I am getting the following error when compiling my book to tunes: programming error: file name not normalized: ..\..\Includes\Polis_format_portrait.ilycontinuing, cross fingers The compilation proceeds successfully and the result appears normal, however

Re: OLL bezier error

2023-04-08 Thread Jean Abou Samra
> Le 8 avr. 2023 à 08:15, Jean Abou Samra a écrit : > >  > > >>> Le 8 avr. 2023 à 04:25, Andrew Bernard a écrit >>> : >>> >>  >> Has anybody ported the openlilylib/bezier library to work with recent >> versions of lilypond? >> > > The errors sound like nobody did Hmm, actually

Re: OLL bezier error

2023-04-08 Thread Jean Abou Samra
> Le 8 avr. 2023 à 04:25, Andrew Bernard a écrit : > >  > Has anybody ported the openlilylib/bezier library to work with recent > versions of lilypond? > The errors sound like nobody did.

OLL bezier error

2023-04-07 Thread Andrew Bernard
Has anybody ported the openlilylib/bezier library to work with recent versions of lilypond? With 2.25 I get: /home/acb/lib/openlilylib/bezier/_internal/special-cpts-display.ily:13:2: error: Guile signaled an error for the expression beginning here # (cond ((not (defined? 'debug-control

Re: Guile Error

2023-03-09 Thread Jean Abou Samra
Le vendredi 10 mars 2023 à 02:58 +, Nick McManus a écrit : > Hi All, > > I'm looking to understand this error I'm getting, I've updated to 2.24.1 > today and nothing is compiling. > > I'm on Windows 11, and trying to compile this file: > > > \version "

Guile Error

2023-03-09 Thread Nick McManus
Hi All, I'm looking to understand this error I'm getting, I've updated to 2.24.1 today and nothing is compiling. I'm on Windows 11, and trying to compile this file: \version "2.24.1" {c d e f} Here is the error: warning: `(gs -q -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH -dAutoR

Re: Programming error with change staff

2023-02-17 Thread Knute Snortum
On Fri, Feb 17, 2023 at 1:04 AM Thomas Morley wrote: > > Add > \override Script.avoid-slur = #'inside > > Cheers, > Harm > That works great, thanks! -- Knute Snortum

Re: Programming error with change staff

2023-02-17 Thread Thomas Morley
Am Do., 16. Feb. 2023 um 19:09 Uhr schrieb Knute Snortum : > > I have run into a situation where LilyPond produces a programming error. It > involves changing staff, voice one, accent fingering and avoid-slur. It's > best to just look at the MWE: > > \version "2.25.1

RE: Programming error with change staff

2023-02-16 Thread Mark Stephen Mrotek
Subject: Programming error with change staff I have run into a situation where LilyPond produces a programming error. It involves changing staff, voice one, accent fingering and avoid-slur. It's best to just look at the MWE: \version "2.25.1" staffUp = \change Staff = "u

Programming error with change staff

2023-02-16 Thread Knute Snortum
I have run into a situation where LilyPond produces a programming error. It involves changing staff, voice one, accent fingering and avoid-slur. It's best to just look at the MWE: \version "2.25.1" staffUp = \change Staff = "upper" staffDown = \change Staff = "lower&quo

Re: Error in Extending Lilypond example

2023-02-01 Thread Jean Abou Samra
On 01/02/2023 18:05, Saul Tobin wrote: > Oh wow really? It's the best/only documentation for several things that > aren't really covered in the official Extending docs. Maybe it should become > official? Or at least easier to find.I didn't know it existed until you > posted to the list about

Re: Error in Extending Lilypond example

2023-02-01 Thread Saul Tobin
Oh wow really? It's the best/only documentation for several things that aren't really covered in the official Extending docs. Maybe it should become official? Or at least easier to find. I didn't know it existed until you posted to the list about translations – it doesn't come up on Google search

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

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

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

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

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 message with bookparts and page-turn-breaking

2023-01-15 Thread William Rehwinkel
Dear list, When I use a lilypond file structured similarly to the following minimal example, I get a programming error message thrown when compiling: programming error: found a page-turnable place which was not breakable The resulting file does look correct, with the bookparts seperated

Re: Obscure error message from 2.25.0

2023-01-15 Thread Graham King
: Processing `/tmp/ly' Parsing...ERROR: In procedure %resolve-variable: Unbound variable: % Exited with return code 1. Does this point to an obvious problem? You probably tried to use LilyPond comment syntax in a Scheme function. Scheme comments start with ';' not '%'. [snip] Thanks Jean, you

Re: Obscure error message from 2.25.0

2023-01-15 Thread Jean Abou Samra
I forgot the second part of the question: Le 15/01/2023 à 20:20, Graham King a écrit : Before I start laboriously bisecting the file, is there a way to get an error message that points to one or more lines of code in the file? Try #(ly:set-option 'compile-scheme-code) (Caveat

Re: Obscure error message from 2.25.0

2023-01-15 Thread Jean Abou Samra
Le 15/01/2023 à 20:20, Graham King a écrit : I've just run convert-ly on a 600+ line file and its \include files, from 2.19.40 to 2.25.0. Nothing seemed to change apart from the \version statement, but on trying to compile the file, I get: Processing `/tmp/ly' Parsing...ERROR

Obscure error message from 2.25.0

2023-01-15 Thread Graham King
I've just run convert-ly on a 600+ line file and its \include files, from 2.19.40 to 2.25.0. Nothing seemed to change apart from the \version statement, but on trying to compile the file, I get: Processing `/tmp/ly' Parsing...ERROR: In procedure %resolve-variable: Unbound variable

Re: Getting grob Y position (spacing error)

2023-01-01 Thread Jean Abou Samra
Le 31/12/2022 à 19:43, Gregory Evans a écrit : It appears to be the case that there is a limitation to how far to the right notes can be checked. Let’s call the starting note |A| and the stopping note |B|. It seems like the boundary is if the start-offset of |B| is further forward than the

Re: Getting grob Y position (spacing error)

2022-12-27 Thread Piaras Hoban
I feel like I needed it ten years ago ;) On Tue 27 Dec 2022, 23:25 Jean Abou Samra, wrote: > Le 26/12/2022 à 19:18, Gregory Evans a écrit : > > Hi Jean, > > I apologize for my delayed reply. > > > > I do not think I can use the VoiceFollower grob because I am not using > > staff changes. > > >

  1   2   3   4   5   6   7   8   9   10   >