Engravers, fingerings and acknowledgments

2024-07-29 Thread Luca Fascione
Hi, I'm trying to understand a problem I'm seeing. I have this engraver that acknowledges stems and fingerings, this is meant to work with a before-line-breaking callback that repositions the fingerings. So I thought that I could just sit there, listen for the fingerings as they got to me, and put

Re: Engravers, fingerings and acknowledgments

2024-07-29 Thread Lukas-Fabian Moser
Hi Luca, without having tested your code: You're using append! wrong. >From the Guile documentation: "append! is permitted, but not required, to modify the given lists to form its return." So the exclamation mark does not imply that your list gets modified in-place, but rather that you don't care

Re: Engravers, fingerings and acknowledgments

2024-07-29 Thread David Kastrup
Lukas-Fabian Moser writes: > Hi Luca, > > without having tested your code: You're using append! wrong. > > From the Guile documentation: "append! is permitted, but not required, to > modify the given lists to form its return." > So the exclamation mark does not imply that your list gets modified

Where can I see if there are answers.

2024-07-29 Thread Zlobinsky Michael
I see links like following in the e-mails.;But every link I try to follow open on the homepage:"No FoundThis document is not on the server."How on earth shall I find out, if there had been an answer to my question?

Re: Engravers, fingerings and acknowledgments

2024-07-29 Thread Luca Fascione
On Tue, Jul 30, 2024 at 5:57 AM David Kastrup wrote: > Lukas-Fabian Moser writes: > > > You're using append! wrong. > > So try > > > > (set! fl (append fl ...)) > > (append! '() ...) > > cannot modify an empty list in-place because there is only one empty > list in the whole system and it is an

Re: Graphical markup between objects?

2024-07-29 Thread Fennel
Hi all, Fixed the fork objects such that they correctly render the apex of the fork halfway on the part of the two fingerings. Check it out! -Fennel On Tuesday, June 25th, 2024 at 12:34 PM, Fennel wrote: > Thanks. As far as the "fork" style is concerned, Aaron, your example is > great! Learn

Aw: lilypond-user Digest, Vol 260, Issue 64

2024-07-29 Thread Zlobinsky Michael
Your Message wasMessage: 1Date: Tue, 30 Jul 2024 06:31:30 +0200From: Zlobinsky Michael To: lilypond-user@gnu.orgSubject: Where can I see if there are answers.Message-ID:Content-Type: text/plain; charset="utf-8"An HTML attachment was scrubbed...URL:

Re: Where can I see if there are answers.

2024-07-29 Thread Peter Chubb
> "Zlobinsky" == Zlobinsky Michael writes: Zlobinsky> I see links like following in the e-mails. Zlobinsky> ; Strip off the > at the end of the URL --- looks like something in your mail reader is changing >