]> 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 09:32:57 +0000 (10:32 +0100)
commit6b26022f82d3d332ac5d2d7bb9ac7496e5e0963f
tree2df21da24a22f4f50d000b574cf4deaa2c875197
parentde0e146f4640b27340d320c2c40da81ab4ba619d
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