]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3547: Allow identifiers or scheme expressions evaluating to music after \with
authorDavid Kastrup <dak@gnu.org>
Tue, 10 Sep 2013 09:46:05 +0000 (11:46 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 18 Sep 2013 09:27:50 +0000 (11:27 +0200)
commit4dc7d485f7e3703997025419c2255f1160c3ffb9
treeac7a222063c194bd232ed94ba49290208619d21b
parent1dc774fbea585861dd3c958f8ae1efa95e5165fe
Issue 3547: Allow identifiers or scheme expressions evaluating to music after \with

This permits writing

   \with \voiceOne

instead of

   \with { \voiceOne }

which is mostly handy in the context of music/scheme function arguments.
lily/parser.yy