]> git.donarmstrong.com Git - lilypond.git/commit
Issue 2931: Allow non-LilyPond identifiers like "violin1" to be called as \"violin1"
authorDavid Kastrup <dak@gnu.org>
Fri, 26 Oct 2012 12:34:43 +0000 (14:34 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 4 Oct 2013 10:07:55 +0000 (12:07 +0200)
commite510ecfca199f22128477250d8848a9c65a7a15f
tree728856eb64fbce3c6c8149b4e74a757fb42ebda8
parent62f371d80be2d5c98452d7feb447b6c19bfc5ce6
Issue 2931: Allow non-LilyPond identifiers like "violin1" to be called as \"violin1"

A frequent complaint is the absence of identifiers with numbers in
them, like violin1.

Defining such identifiers has always been possible with

    "violin1" = { c''4 c c c }

This patch lets one actually use them by calling them as

    \"violin1"
lily/lexer.ll