lilypond-devel
[Top][All Lists]
Advanced

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

Re: Allow digits in identifiers (issue 6493072)


From: k-ohara5a5a
Subject: Re: Allow digits in identifiers (issue 6493072)
Date: Mon, 03 Sep 2012 18:08:23 +0000

The version "digits, but not at the end" lets us read
  vn2_meas345ff = \relative c' cis1
by depending on the ability of the scanner to back up.

The input
  ceses128_3ap
is a single word, but upon finding the \ in
  ceses128_3\p
the scanner has to back up to split as
  ceses 128 _ 3 \p


http://codereview.appspot.com/6493072/



reply via email to

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