bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1670 in lilypond: Allow numbers in variable names: violin1mvt2


From: David Kastrup
Subject: Re: Issue 1670 in lilypond: Allow numbers in variable names: violin1mvt2 = c'
Date: Thu, 02 Jun 2011 10:03:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>>> Not just for section but also for bar numbers.
>>> ThemeFromBarsThirtyTwoToSixtyFour versus theme32-64.  Numbers are
>>> easier to grasp with the eye than words.
>> 
>> And so you silently demand dashes in variable names as well...
>
> Assuming that we allow Unicode characters in variable names in the
> future also, then dashes like `–' are OK, but the ASCII hyphen-minus
> character `-' is not.  To take another step forward, by using
> Mathematical Alphanumeric Symbols (which start at Unicode U+1D400), it
> is currently possible to write
>
>   themeπŸ‘πŸβ€“πŸ”πŸ’
>
> but I doubt whether this is a good idea since it is both error prone
> (due to the possible mix-up with normal digits) and difficult to type.
>
>> Try themeXXXIItoLXIV.
>
> We definitely need TeX's \csname command:-)

One could go via

"theme32-64" = { ... }

{ \"theme32-64" ... }

That gives a certain symmetry.  However, you are right with your \csname
remark in that the next demand will be for computed identifiers.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]