Allow quoted strings as Scheme arguments to markup commands
After issue 5113, quoted strings and non-quoted strings are
distinguished in the lexer. This makes it feasible for Scheme-type
arguments of markup commands to accept quoted strings. Unquoted
strings (token SYMBOL in the lexer) remain out of consideration since
it would be hard to explain why 0.0 is acceptable as a string?
argument but not as number? : in markup mode, most character sequences
end up as "SYMBOL" by default in order to allow typesetting of text
blocks.
Also contains commit:
Add convert-ly rule for markup command arg #" -> "
(Re-)run scripts/auxiliar/update-with-convert-ly.sh
http://codereview.appspot.com/331820043
Passes make, make check and a full make doc
Diff:
Additional convert-ly rules
http://codereview.appspot.com/331820043
Run makelsr.py for fixing a few \version statements
http://codereview.appspot.com/331820043
Passes make, make check and a full make doc.
Patch on countdown for October 11th
Patch counted down - please push
Patch counted down - please push