Re: Workaround for (not-allowed) numbers in variable names?

2021-03-06 Thread 田村淳
Hello David, > gamme.1 is not a variable name. It takes gamme to be an alist, and the > entry under key 1 is what is addressed here. Since you showed the Scheme equivalent below, I guess the above is a part of LilyPond syntax, or something the LilyPond parser does. Is that documented

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-06 Thread Thomas Morley
Hi Jean, Am Mi., 3. März 2021 um 23:05 Uhr schrieb Jean Abou Samra : > > > Le 03/03/2021 à 13:55, Thomas Morley a écrit : > > How to get the NoteColumn at first TextSpanner's end? > This looks tricky indeed. > > Maybe an engraver operating in Voice context? Here's my attempt: [...] > Like

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-06 Thread Thomas Morley
Hi David, I don't understand the advantage of this coding compared with the one from your post before. Nevertheless I took the idea to separate a coding to find the wished bound-objects, see below. Am Do., 4. März 2021 um 14:08 Uhr schrieb David Nalesnik : > > Right, the bounds of the broken

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-06 Thread David Kastrup
Silvain Dupertuis writes: > I still checked this use of variable with numbers. > *Wonderful to see that it works.* > > One important note, though: > If you use a numbered variable, _you cannot use the same variable > without an additional number_. gamme.1 is not a variable name. It takes gamme

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-06 Thread Silvain Dupertuis
I still checked this use of variable with numbers. *Wonderful to see that it works.* One important note, though: If you use a numbered variable, _you cannot use the same variable without an additional number_. *This should be added somewhere in the documentation!* Here is a snippet.

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-06 Thread 田村淳
Wow! This is something I’ve been looking for for a long time. Is this documented somewhere? Best regards, Jun https://imslp.org/wiki/User:Jun_T > 2021/03/06 18:09、Richard Shann のメール: > > On Fri, 2021-03-05 at 10:15 -0800, Mogens Lemvig Hansen wrote: >> I

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-06 Thread Richard Shann
On Fri, 2021-03-05 at 10:15 -0800, Mogens Lemvig Hansen wrote: > I believe it was David K who made this magic work: >   > \version "2.20.0" >   > mus.1 = { c d e } >   > \score { >   \new Staff { \mus.1 } > } >   This can be extended to cover the case where a variable has two numbers associated