Re: Checking if a note or chord has a beam or a flag

2025-02-13 Thread Luca Fascione
Found my problem. I'm a rookie and I had this (if (> duration-log 2) (set! new-X-offset (+ new-X-offset 0.5)) (display (ly:grob? flag)) ) No wonder it was just a bunch of falses... Thanks for the help, sorry for the noise L On Thu, Feb 13, 2025 at 10:12 PM Luca Fascione wrote: > Ha.

Re: Checking if a note or chord has a beam or a flag

2025-02-13 Thread Luca Fascione
Ha. I'm in Stem.before-line-breaking ... Lemme check if that's the problem, if so, can it be fixed? Thanks Lukas, L -- Luca Fascione

Re: Error when using lilypond-book

2025-02-13 Thread SK via LilyPond user discussion
And here is my debug output - also attached for better readability. Thank you very much! python C:\Users\xxx\Documents\lilypond\bin\lilypond-book.py --output=C:\Users\xxx\Desktop\Tools\Songbook\Sample\pyOut1 --pdf -lERROR --lily-loglevel=DEBUG .\book_general.lytex Log level set to 287 GNU LilyPon

Re: Checking if a note or chord has a beam or a flag

2025-02-13 Thread Lukas-Fabian Moser
Hi Luca, Am 13.02.25 um 17:52 schrieb Luca Fascione: for my fingering engraver I'd like to position the fingering mark differently based on whether the note/chord has a flag or a beam (I push it out in X a little when there is a flag) So I thought I could use  (flag (ly:grob-object stem 'flag)

Re: Error when using lilypond-book

2025-02-13 Thread SK
Hello, thank you for your answer. I will post the output using debug as soon as I'm back on the computer. However, I noticed the following yesterday: If I change the output directory of my command to, say, "D:\test", it runs and generates the .tex files. "test" didn't exist before. But, deleting my

Checking if a note or chord has a beam or a flag

2025-02-13 Thread Luca Fascione
Hi, for my fingering engraver I'd like to position the fingering mark differently based on whether the note/chord has a flag or a beam (I push it out in X a little when there is a flag) So I thought I could use (flag (ly:grob-object stem 'flag)) Where stem is a normal stem grob (I think `stem`

Re: Error when using lilypond-book

2025-02-13 Thread Knute Snortum
Remember to CC the mailing list or reply all! On Thu, Feb 13, 2025, 8:40 AM SK wrote: > Hello, thank you for your answer. I will post the output using debug as > soon as I'm back on the computer. However, I noticed the following > yesterday: If I change the output directory of my command to, say

Re: Guile error (?)

2025-02-13 Thread Kieren MacMillan
Hi Mark, > Here's a temporary fix. Works great. THANK YOU! Kieren __ My work day may look different than your work day. Please do not feel obligated to read or respond to this email outside of your normal working hours.

Re: Guile error (?)

2025-02-13 Thread Mark Knoop
At 04:59 on 13 Feb 2025, Kieren MacMillan wrote: > When I try to compile example-1.ly which is included with > the [most recent] edition-engraver, it throws the same > error: > Starting lilypond 2.25.24 [example-1.ly]... > Processing > `/Users/kieren/Documents/1_music/scores/_include/openlilylib/

Re: Guile error (?)

2025-02-13 Thread Mark Knoop
At 04:59 on 13 Feb 2025, Kieren MacMillan wrote: > When I try to compile example-1.ly which is included with > the [most recent] edition-engraver, it throws the same > error: > Starting lilypond 2.25.24 [example-1.ly]... > Processing > `/Users/kieren/Documents/1_music/scores/_include/openlilylib/

Re: Guile error (?)

2025-02-13 Thread Kieren MacMillan
Hi Mark, > I'll have a look at this later today Thanks! > If you're able to make a MWE using OLL that would be helpful. When I try to compile example-1.ly which is included with the [most recent] edition-engraver, it throws the same error: Starting lilypond 2.25.24 [example-1.ly]... Processin