]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3625: Overrides via \tweak don't insist on proper context/grob and property...
authorDavid Kastrup <dak@gnu.org>
Sun, 20 Oct 2013 13:29:21 +0000 (15:29 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 25 Oct 2013 06:00:40 +0000 (08:00 +0200)
commitf352e0b8dd0d9b0e0ec4c75416e3eb071db7295f
treecd654f4158dbca9fed9247861caecd9dd543868b
parent0f32f6cf7209e42de233fc478384345df7df8c71
Issue 3625: Overrides via \tweak don't insist on proper context/grob and property split

The normal \tweak syntax of overrides is
\tweak property #value Context.Grob

This version just concatenates the symbol list at the end with the one
at the start before checking for a valid (possibly sub-)property path.
This allows a somewhat more flexible programmatic use.
ly/music-functions-init.ly