]> git.donarmstrong.com Git - lilypond.git/commit
Allow for nested properties in list form when using \override.
authorNeil Puttock <n.puttock@gmail.com>
Sat, 22 Nov 2008 17:03:20 +0000 (17:03 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Sat, 22 Nov 2008 17:03:20 +0000 (17:03 +0000)
commitd829124c73ec0b92841ab32e64c711ede626e0c8
tree228fb65c1bb6236fbbb45db03bcca7c154246890
parentbe65b81068e99ed855334f332c3176d8b4942a11
Allow for nested properties in list form when using \override.

This patch provides a convenient way of overriding nested properties,
matching the syntax available when using \revert, e.g.,

 \override DynamicTextSpanner #'(bound-details left text) = #"foo"
input/regression/property-nested-override.ly [new file with mode: 0644]
scm/ly-syntax-constructors.scm