Re: displaying `script-priority`

2023-12-15 Thread Werner LEMBERG
>> > How can I make LilyPond display the actual values of >> > `script-priority` for a stack of grobs? [...] >> >> Any suggestions how to do that? Otherwise I'll file an issue. > > A few days ago I was looking for something, and stumbled across > https://lsr.di.unimi.it/LSR/Item?id=1017 And I

Re: Running a system command from within Lilypond [Solved]

2023-12-15 Thread Raphael Mankin
On 15/12/2023 16:23, Jean Abou Samra wrote: I am on version Frescobaldi 3.2 and Lilypond 2.22.1 and do not appear to have that option. At least, I have not found it. Anyway, I have "automatic engraving" on. It's in Edit > Preferences > LilyPond Preferences > Running LilyPond > Save document

Re: Running a system command from within Lilypond [Solved]

2023-12-15 Thread Jean Abou Samra
> I am on version Frescobaldi 3.2 and Lilypond 2.22.1 and do not appear > to have that option. At least, I have not found it. Anyway, I have > "automatic engraving" on. It's in Edit > Preferences > LilyPond Preferences > Running LilyPond > Save document if possible, but I don't think it's going

Re: Running a system command from within Lilypond [Solved]

2023-12-15 Thread Raphael Mankin
On 15/12/2023 16:06, Jean Abou Samra wrote: [Later] The error I am getting now is: Processing `/tmp/frescobaldi-duowk0s5/tmpz726e77a/testGit.ly'   Parsing...fatal: not a git repository (or any of the parent directories): .git If the path is in |/tmp/|, it means that you did not save yo

Re: Dynamics [pl|sp]acing weirdness

2023-12-15 Thread Kieren MacMillan
Hi MIchael, > While that works, wrapping that combo isn't required all the time. E.g. when > you have > dynamicsA = { > s2. s4\mf\< | s2 s2\f | > } That’s because this version does not use \after, which is a music function that expects a single musical expression as its first parameter. > th

Re: Running a system command from within Lilypond [Solved]

2023-12-15 Thread Jean Abou Samra
> [Later] The error I am getting now is: > Processing `/tmp/frescobaldi-duowk0s5/tmpz726e77a/testGit.ly' >   Parsing...fatal: not a git repository (or any of the parent > directories): .git If the path is in `/tmp/`, it means that you did not save your file before compiling, so Frescobaldi

Re: Running a system command from within Lilypond [Solved]

2023-12-15 Thread Raphael Mankin
Thank you for the very prompt response. I had tried popen, but with no luck. I will give it another go.I do not now remember what it originally said, if anything. [Later] The error I am getting now is: Processing `/tmp/frescobaldi-duowk0s5/tmpz726e77a/testGit.ly' Parsing...fatal: not a gi

Re: Running a system command from within Lilypond

2023-12-15 Thread Graham King
On Fri, 2023-12-15 at 12:45 +, Raphael Mankin wrote: > Motivation: > > I keep my Lilypond files in a git repository. I would like to > interpolate the repo's version number in the Lilypond output by > running > a command like "git log|head -1". I can  do this from raw Scheme  > using > the

Re: Dynamics [pl|sp]acing weirdness

2023-12-15 Thread Michael Gerdau
Hi Kieren, thanks for answering :) I've come across some placing or spacing weirdness with dynamics. In the attached example \dynamicsA is what I tried to code, aka the \< starts directly after the \mf. What I expected is what you see in \dynamicsB. However it seems as if the combo \mf\< does

Re: Dynamics [pl|sp]acing weirdness

2023-12-15 Thread Kieren MacMillan
Hi Michael, > I've come across some placing or spacing weirdness with dynamics. > In the attached example \dynamicsA is what I tried to code, aka the \< starts > directly after the \mf. What I expected is what you see in \dynamicsB. > However it seems as if the combo \mf\< does use some musical

Dynamics [pl|sp]acing weirdness

2023-12-15 Thread Michael Gerdau
Hi list! I've come across some placing or spacing weirdness with dynamics. In the attached example \dynamicsA is what I tried to code, aka the \< starts directly after the \mf. What I expected is what you see in \dynamicsB. However it seems as if the combo \mf\< does use some musical time whi

Re: Running a system command from within Lilypond

2023-12-15 Thread Jean Abou Samra
> I keep my Lilypond files in a git repository. I would like to > interpolate the repo's version number in the Lilypond output by running > a command like "git log|head -1". I can  do this from raw Scheme  using > the system() function, but this does not seem to work in Lilypond. How does it f

Running a system command from within Lilypond

2023-12-15 Thread Raphael Mankin
Motivation: I keep my Lilypond files in a git repository. I would like to interpolate the repo's version number in the Lilypond output by running a command like "git log|head -1". I can do this from raw Scheme using the system() function, but this does not seem to work in Lilypond. So, now

How to achieve minimum horizontal spacing between notes

2023-12-15 Thread Jiří Hon
Dear LilyPond community, I'm working on an web psalter https://www.zaltar.cz (in Czech language) with responsive music notation based on LilyPond. For example, take a look at https://www.zaltar.cz/OL1.html and try changing the width of the browser. The notation is pre-engraved at 9 different s