lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2702 in lilypond: Patch: Unify the lexer's idea of


From: lilypond
Subject: [Lilypond-auto] Issue 2702 in lilypond: Patch: Unify the lexer's idea of words and commands across all modes.
Date: Sun, 29 Jul 2012 14:14:40 +0000

Status: New
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 2702 by address@hidden: Patch: Unify the lexer's idea of words and commands across all modes.
http://code.google.com/p/lilypond/issues/detail?id=2702

Unify the lexer's idea of words and commands across all modes.

A "word" (a string recognized even when not quoted) and a "command"
(something starting with \ and followed by letters and other folderol,
indicating a Scheme control sequence or similar) get the same syntax
in all modes:

A "word" is a sequence of alphabetic characters possibly containing
single dashes or underlines inside (not at the beginning or end).

A "command" is a "word" preceded by a backslash.


This is a large syntax change.  It should not be put on countdown
automatically.

http://codereview.appspot.com/6445056




reply via email to

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