lilypond-devel
[Top][All Lists]
Advanced

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

Re: Use fractions rather than Scheme pairs for \scaleDuration, timeSigna


From: Keith OHara
Subject: Re: Use fractions rather than Scheme pairs for \scaleDuration, timeSignatureFraction et al (issue 6200068)
Date: Mon, 14 May 2012 10:12:58 -0700
User-agent: Opera Mail/11.64 (Win32)

On Mon, 14 May 2012 03:32:11 -0700, <address@hidden> wrote:

http://codereview.appspot.com/6200068/diff/2001/lily/lexer.ll#newcode487
lily/lexer.ll:487: {FRACTION}   {
On 2012/05/13 02:43:23, Keith wrote:
Stupid question, but I can't figure it out.  Can we remove this
pattern from the
rules for individual starting states, now that it is matched globally
?


So the answer to this question is: no.  Maybe it has to do with the
starting state specific UNSIGNED rules firing with priority then.  I'll
try moving the FRACTION rule up, but am skeptical that this will work
out better, so just let's keep the unchanged countdown on.

http://codereview.appspot.com/6200068/


Oops.  All the start conditions are declared exclusive, so global rules
only match when we are in start condition 'INITIAL'.  <*> rules would
match in comments, which is not wanted, so no combining of rules until
the start conditions that don't need to be exclusive are made inclusive.





reply via email to

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