]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3706: Allow computed identifiers for \change
authorDavid Kastrup <dak@gnu.org>
Fri, 6 Dec 2013 21:45:16 +0000 (22:45 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 8 Dec 2013 08:16:37 +0000 (09:16 +0100)
commit4b18c6338f6ba1f899e8de1da4fa8883f7929c3c
treefacb0879ed551051e81b639858dfe69947376408
parentb46a7d28f2ae341924eb642e71d8e8e3c3e40fbc
Issue 3706: Allow computed identifiers for \change

This makes it possible to write

\change #'Staff = #"high"

(or other computed expressions) just like it is possible with

\new #'Staff = #"high" { ... }
lily/parser.yy