"Fr. Samuel Springuel" <[email protected]> writes: >> On 20 May, 2020, at 10:22 AM, David Kastrup <[email protected]> wrote: >> >> myNames = \language-pitch-names.english >> myNames.do = c >> myNames.re = d >> myNames.mi = e >> myNames.fa = f >> myNames.sol = g >> myNames.la = a >> myNames.ta = bes >> myNames.ti = b >> language-pitch-names.solfegenglish = \myNames >> \language "solfegenglish" >> > > Is that a recent change to the syntax? It definitely looks much nicer > than what I had lying around.
It's pulling together a few things regarding language syntax. Actually only the very first line is 2.19+ material I think: all the rest would have worked in 2.18, possibly 2.16. But it has become more natural to think of such stuff in terms of dotted lists recently. -- David Kastrup
