]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5079/2: with-music-match: lists should match completely
authorDavid Kastrup <dak@gnu.org>
Tue, 28 Feb 2017 23:33:51 +0000 (00:33 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 7 Mar 2017 12:36:55 +0000 (13:36 +0100)
commitaf3e0d104a70c3bba418f32583006ad31accd8a8
tree6f1b132bad948a4ca44cb583ec8337e349ab8d05
parent601ed4a98249291180c03db51cb515aa00aeb6a0
Issue 5079/2: with-music-match: lists should match completely

Previously music properties that were matched to a list of wildcards
could contain fewer elements than the list they were matched to,
leading to an error when the wildcard variable was being assigned to.

Now the list lengths have to be matched exactly: a shorter pattern
than the actual list length of the matched property cannot match any
more.
scm/display-lily.scm