Re: Guile error (?)

2025-02-12 Thread Mark Knoop
Hi Kieren, At 20:16 on 12 Feb 2025, Kieren MacMillan wrote: > Hi again, >>> Convert-ly handles this, but it looks like you have some >>> Scheme code that manipulates at least one such property, >>> and it is hitting an error when it tries to compare a >>> simple number using ly:moment>> to do is

Re: [OT] PDF manipulation mystery

2025-02-12 Thread David Wright
On Mon 10 Feb 2025 at 16:03:48 (+), bobr...@centrum.is wrote: > Thanks for the responses. Peter Chubb suggested that I was shrinking the > scores twice which was something I had begun to suspect. I changed the 'A4' > to 'A3' in my script and my PDF viewer shows something a bit different from

Re: Guile error (?)

2025-02-12 Thread Kieren MacMillan
Hi again, >> Convert-ly handles this, but it looks like you have some Scheme code that >> manipulates at least one such property, and it is hitting an error when it >> tries to compare a simple number using ly:moment> to do is update your Scheme code to use ordinary arithmetic instead of >> mom

Re: Guile error (?)

2025-02-12 Thread Kieren MacMillan
Hi Saul, > As you may know, properties that formerly accepted moments have been changed > to accept numbers instead. Yes, I remember that going by… > Convert-ly handles this, but it looks like you have some Scheme code that > manipulates at least one such property, and it is hitting an error w

Re: Error when using lilypond-book

2025-02-12 Thread Knute Snortum
On Wed, Feb 12, 2025 at 8:53 AM SK wrote: > Hello, > > since a few days I cannot use a script involving lilypond-book anymore. > It's really strange cause I don't remember to change anything for the > script, the included python or lilypond itself. Only thing I did was > cleaning up the output di

Re: Guile error (?)

2025-02-12 Thread Saul Tobin
Hi Kieren, As you may know, properties that formerly accepted moments have been changed to accept numbers instead. Convert-ly handles this, but it looks like you have some Scheme code that manipulates at least one such property, and it is hitting an error when it tries to compare a simple number u

Guile error (?)

2025-02-12 Thread Kieren MacMillan
Hi all, Got a new M1 (Apple Silicon) Mac Mini. Downloaded 2.25.24 and most things seem to be going well. Ran convert-ly on a little set of files and tried to compile, resulting in this [with --verbose on]: /Applications/lilypond-2.25.24/share/lilypond/2.25.24/ly/init.ly:66:2: error: Guile sig

Re: column shift in MWE

2025-02-12 Thread Knute Snortum
On Wed, Feb 12, 2025 at 8:36 AM wrote: > Knute, > > > > Your prompting my to submit a MWE got me to solve the issue. That in > itself was a learning moment. Thank you. > > It is included for your possible interest (it has to do with the “\once” > command). > I'm glad you worked it out. I have o

Error when using lilypond-book

2025-02-12 Thread SK
Hello, since a few days I cannot use a script involving lilypond-book anymore. It's really strange cause I don't remember to change anything for the script, the included python or lilypond itself. Only thing I did was cleaning up the output directory by deleting old files - as far as I understand

column shift in MWE

2025-02-12 Thread carsonmark
Knute, Your prompting my to submit a MWE got me to solve the issue. That in itself was a learning moment. Thank you. It is included for your possible interest (it has to do with the "\once" command). Mark MWE.ly Description: Binary data