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
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
> 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
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
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
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
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
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
> [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
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
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
> 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
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
>> > 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
14 matches
Mail list logo