]> git.donarmstrong.com Git - lilypond.git/commit
Parser: properly disambiguate pitches from music in function arguments
authorDavid Kastrup <dak@gnu.org>
Fri, 13 Dec 2013 05:01:43 +0000 (06:01 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 19 Dec 2013 11:18:32 +0000 (12:18 +0100)
commitee4b49239c2aeb7ed6b4609391566a276ca0d47c
treefb94ff835aea498acd748196ce308930b87eb73b
parentb676e06cee40ed43c1bd1b998e8959c5924a57e8
Parser: properly disambiguate pitches from music in function arguments

In many instances, function arguments were parsed greedily without
looking at the function argument predicates first.  This did not allow
using subsequent function arguments of type pitch and duration since
they were combined into one music expression.
lily/parser.yy