]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4533: Stop the generic \tweak command from working as override
authorDavid Kastrup <dak@gnu.org>
Sat, 18 Jul 2015 15:30:26 +0000 (17:30 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 8 Aug 2015 07:38:08 +0000 (09:38 +0200)
commit269d0c6d104c40f75e225f93459fd827f4065905
treefff0afc5ce4cf4495c9c4e0170fd535dc6a4ba56
parent0675298d0d1c6cc5bf6eb7e85d63ecc83aea4a06
Issue 4533: Stop the generic \tweak command from working as override

The problem with letting the generic \tweak command work as an override
is that the tweaking of lyric events becomes awkward since plain lyrics
are hard to distinguish from property names.

This renames the combined tweak/override command into \propertyTweak and
changes all callers requiring the combined functionality to call
\propertyTweak (or its Scheme equivalent) rather than \tweak.

The original issue allowing \tweak to act as an override was issue 2929.
The issue allowing tweaks to function in \lyricmode is issue 2543.
ly/music-functions-init.ly