Re: Need help using math in markup command definition, and a feature request.

2023-05-08 Thread Jean Abou Samra
Le mardi 09 mai 2023 à 04:26 +, Werner LEMBERG a écrit : > > D'oh, this should be > > ``` > (define (foo bar) >   (define (baz) >     ... >     (if bar)    ; Is 'bar' visible here?  If yes, when is >   ...   ; 'bar' expanded?  At the time 'baz' is >     ;

Re: Need help using math in markup command definition, and a feature request.

2023-05-08 Thread Werner LEMBERG
> BTW, I suggest to cover one more issue with local variables, namely > whether arguments to a function are seen in sub-functions, which are > IMHO a very good addition to `let` and `let*` to write clean and > readable code – often much more readable than anonymous lambda > expressions. > >

Re: Need help using math in markup command definition, and a feature request.

2023-05-08 Thread Werner LEMBERG
> Second, you need to use `let` here, not `define`. See > > https://extending-lilypond.gitlab.io/en/scheme/local-variables.html BTW, I suggest to cover one more issue with local variables, namely whether arguments to a function are seen in sub-functions, which are IMHO a very good addition to

Re: Need help using math in markup command definition, and a feature request.

2023-05-08 Thread dfro
On 5/8/23 21:06, Jean Abou Samra wrote: Le lundi 08 mai 2023 à 20:55 -0400, dfro a écrit : Fellow music engravers, I have a feature request. Perhaps, this has been discussed already. Sometimes, I would like the spacial formatting in a \markup command to respond to changes in fontsize, so

Re: Need help using math in markup command definition, and a feature request.

2023-05-08 Thread Jean Abou Samra
Le lundi 08 mai 2023 à 20:55 -0400, dfro a écrit : > Fellow music engravers, > > I have a feature request. Perhaps, this has been discussed already. > > Sometimes, I would like the spacial formatting in a \markup command to > respond to changes in fontsize, so that all of the \markup spacing

Need help using math in markup command definition, and a feature request.

2023-05-08 Thread dfro
Fellow music engravers, I have a feature request. Perhaps, this has been discussed already. Sometimes, I would like the spacial formatting in a \markup command to respond to changes in fontsize, so that all of the \markup spacing will change proportional to the change in fontsize. I think

Re: Cannot pass number variable to \markup.

2023-05-08 Thread dfro
On 5/8/23 12:19, Jean Abou Samra wrote: Le lundi 08 mai 2023 à 11:27 -0400, dfro a écrit : Jean, Thank you, for catching my omission of the CC to lilypond-user@gnu.org. I intended to reply to the group. The use of variables for the \paper block makes more sense to me. However, I see that

Re: FIXED: Re: Frescobaldi: Weird error with 3.3.0 (OT?)

2023-05-08 Thread Stephan Schöll
I can confirm that this is exactly the issue I've encountered ... alongside with the solution I found on my own. Am 03.05.2023 um 13:40 schrieb Jean Abou Samra: Le dimanche 30 avril 2023 à 23:46 +0200, Stephan Schöll a écrit : So to me it seems that the uninstaller doesn't do a clean job. I

Re: Cannot pass number variable to \markup.

2023-05-08 Thread Jean Abou Samra
Le lundi 08 mai 2023 à 11:27 -0400, dfro a écrit : > > Jean, > > Thank you, for catching my omission of the CC to lilypond-user@gnu.org. I > intended to reply to the group. > > > > > The use of variables for the \paper block makes more sense to me. However, I > see that sometimes the

Re: Sign for Flattement (Finger vibrato)

2023-05-08 Thread Jean Abou Samra
Le lundi 08 mai 2023 à 12:42 +0200, Franz-Rudolf Kuhnen a écrit : > Hi, > > I'm in the process of re-setting suites from Pierre Danican-Philidors op.1. > Philidor is one of the few composers who mark exactly where a flattement, > i.e. a finger vibrato, should be played. He does this with a

Re: Sign for Flattement (Finger vibrato)

2023-05-08 Thread Jean Abou Samra
Le lundi 08 mai 2023 à 10:33 -0400, dfro a écrit : > > I do not know how all of the glyphs for lilypond have been made, They're generated using METAFONT. The sources are here: https://gitlab.com/lilypond/lilypond/-/tree/master/mf Best, Jean signature.asc Description: This is a digitally

Re: Cannot pass number variable to \markup.

2023-05-08 Thread dfro
On 5/7/23 14:23, Jean Abou Samra wrote: Hi, I'm adding back the list in CC. Please always keep it so that everyone can participate. Le dimanche 07 mai 2023 à 10:45 -0400, dfro a écrit : Jean, Thank you, for the fast reply and the clear explanation! Perhaps, this insight could be put in

Re: Sign for Flattement (Finger vibrato)

2023-05-08 Thread Richard Shann
On Mon, 2023-05-08 at 12:42 +0200, Franz-Rudolf Kuhnen wrote: > Hi, > > I'm in the process of re-setting suites from Pierre Danican-Philidors > op.1. Philidor is one of the few composers who mark exactly where a > flattement, i.e. a finger vibrato, should be played. He does this > with a wavy

Re: Sign for Flattement (Finger vibrato)

2023-05-08 Thread dfro
Franz-Rudolf, I do not know how all of the glyphs for lilypond have been made, but I have used the open-source program FontForge to make custom font glyphs. I found the process of making custom glyphs enjoyable, and the FontForge documentation was good. Perhaps, you could take a font that is

Sign for Flattement (Finger vibrato)

2023-05-08 Thread Franz-Rudolf Kuhnen
Hi, I'm in the process of re-setting suites from Pierre Danican-Philidors op.1. Philidor is one of the few composers who mark exactly where a flattement, i.e. a finger vibrato, should be played. He does this with a wavy line over the corresponding notes. This sign differs from "\prallprall".

Re: Lower-case base note chord notation

2023-05-08 Thread Jakob Pedersen
Thank you very much! This works for the lower-case letters! I'm seeing D/f♯ etc. I should probably have mentioned that I'm using German note names for input, making it impossible to use the bes notation. My apologies. Here is a minimal example including your fix. \version "2.24.1"