]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4803: Amend convert-ly 2.17.6 rules for \tweak
authorDavid Kastrup <dak@gnu.org>
Tue, 15 Mar 2016 12:50:05 +0000 (13:50 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 22 Mar 2016 10:39:13 +0000 (11:39 +0100)
commita80794699ca0f3f9b79ce76dbfe2c79269a102fe
tree9ed8779b3aee9586634a71726aabefcb29853b91
parent348953deb22bdf9b1db241201e53749bc58ef527
Issue 4803: Amend convert-ly 2.17.6 rules for \tweak

Double application was problematic.  Since grob properties start with
lowercase letters or X or Y while grob names start with A-W, it can be
reliably avoided to do the incorrect double conversion

    \tweak #'style #'none ...
    -> \tweak style #'none ...
    -> \tweak style.none ...
python/convertrules.py