Re: rall. autocalculation function in Scheme

2023-02-06 Thread David Kastrup
"Adam M. Griggs" writes: > Thank you David. Your code is well above my level for now, but it'll > be great study material. Is it for 2.25.x? I haven't quite got it > working yet, but that's probably my fault. No, it has worked for at least a year or so here. Probably the usage example is less

Re: rall. autocalculation function in Scheme

2023-02-06 Thread Adam M. Griggs
Thank you David. Your code is well above my level for now, but it'll be great study material. Is it for 2.25.x? I haven't quite got it working yet, but that's probably my fault. On Mon, 6 Feb 2023 at 23:24, David Kastrup wrote: > "Adam M. Griggs" writes: > > > Hello list, > > > > I'm trying to

Re: Translating “Extending LilyPond” — any takers?

2023-02-06 Thread Jean Abou Samra
Just a small note: for various reasons, the guide has moved from ReadTheDocs to GitLab pages. The new URL is https://extending-lilypond.gitlab.io (old URLs have been turned into redirects). Best, Jean OpenPGP_signature Description: OpenPGP digital signature

Braces over systems where \stopStaff is active go missing

2023-02-06 Thread Richard Shann
If I use \stopStaff then systems where it is active don't display braces, even though they do display the initial clef. For example: \version "2.24" \score { \new StaffGroup << \new Staff {\stopStaff c'1 } \new Staff {c'1 }

Re: rall. autocalculation function in Scheme

2023-02-06 Thread David Kastrup
"Adam M. Griggs" writes: > Hello list, > > I'm trying to create a Scheme function that will automatically calculate > and enact a *rall*. as a sequence of \tempo assignments. I am aware of the > basic *rall*., *rit*., and *accel*. functions in "articulate.ly" but I > wanted something I have a

Re: rall. autocalculation function in Scheme

2023-02-06 Thread Adam M. Griggs
Thank you Valentin. This is great. Works perfectly and also instructive for a relative newbie to Scheme. On Mon, 6 Feb 2023 at 16:49, Valentin Petzel wrote: > Hello Adam, > > Using #{ ... #} does not magically register the music or something. A > scheme > expression such as (begin ...) will