Re: Use markup in \replace when lilypond is expecting a string?

2022-06-15 Thread Valentin Petzel
Hello PJ, \replace does simply add to the prop 'replacement-alist. This is then used in text-interface.cc to replace substrings of string with other strings. This means you can only use \replace to substitute strings. Of course it would theoretically be possible to define a custom replace

is "pure positioning" done per score or per bookpart?

2022-06-15 Thread Jeff Olson
Jean, I'm studying your "Overview of LilyPond’s inner workings" (https://extending-lilypond.readthedocs.io/en/latest/intro.html#overview-of-lilypond-s-inner-workings-and-how-you-might-hook-in-them) and trying to correlate the processing steps you describe with the INFO level output that I can

Re: Use markup in \replace when lilypond is expecting a string?

2022-06-15 Thread David Kastrup
P J writes: > Sorry if this is a silly question... but I am struggling with the > \replace function. > > Let's take this example: > > --- > > \markup \replace #'(("100" . "hundred") > ("dpi" . "dots per inch")) "A 100 dpi." > > --- > > What code should I use

Use markup in \replace when lilypond is expecting a string?

2022-06-15 Thread P J
Sorry if this is a silly question... but I am struggling with the \replace function. Let's take this example: --- \markup \replace #'(("100" . "hundred") ("dpi" . "dots per inch")) "A 100 dpi." --- What code should I use if rather than replacing "100" with

Re: [Help] How to type the symbol for indicating left/right hand

2022-06-15 Thread Robin Bannister
On 15.06.2022 09:37, xurc wrote: Hi all, Is it possible to type this right-angled symbol as seen in the attached image in LilyPond? Here is a recent answer to this question: https://lists.gnu.org/archive/html/lilypond-user/2022-05/msg00449.html Cheers, Robin

Re: L-R reversed mensural flag

2022-06-15 Thread Adam M. Griggs
Cheers Andrew! Without divulging any of your work's trade secrets, how does that work? Just Ghostscript? On Wed, 15 Jun 2022, 13:04 Andrew Bernard, wrote: > I've been away from LilyPond for a few years but my work uses custom > flags which you can set. You can describe any path and make it for

Re: L-R reversed mensural flag

2022-06-15 Thread Adam M. Griggs
Wonderful! Thank you! On Wed, 15 Jun 2022, 14:34 Jean Abou Samra, wrote: > > > Le 15/06/2022 à 05:53, Adam M. Griggs a écrit : > > Hello list, > > > > Just a quick request today, if I may. What I'd like is a stem-down > > fusa (mensural-style quaver or eighth-note) with its flag extending to >

Re: Exited with return code -1073741819

2022-06-15 Thread Ahanu Banerjee
Of course; just wanted to track progress and see if you still needed access to a windows install to debug. Many thanks! On Wed, Jun 15, 2022, 01:19 Jean Abou Samra wrote: > Le 15/06/2022 à 06:10, Ahanu Banerjee a écrit : > > Hi, has an issue been created for this problem? I don't see one in >