]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3406: convert-ly: Flag.transparent and Flag.color inherit from Stem
authorDavid Kastrup <dak@gnu.org>
Sun, 9 Jun 2013 10:37:33 +0000 (12:37 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 15 Jun 2013 08:15:05 +0000 (10:15 +0200)
commit136e98fe24af669dbc88dfd088b5c467d7bdbac6
tree1df33f13fba7b4848424b3f6459b79af67dbf315
parent04ce84386dc022316c347ee0c5049c852eea3421
Issue 3406: convert-ly: Flag.transparent and Flag.color inherit from Stem

After issue 3395, Flag color and transparency does not need to be
changed in synch with Stem color and transparency.

Strictly speaking, it is overkill to change synchronized reverts along
with synchronized overrides: this does not work with things like

\override Stem.color = #red
\override Flag.color = #blue
...
\revert Stem.color
\revert Flag.color

where only the reverts get conflated (and thus Flag color stays in
place).  That's less than perfect, but probably better than leaving
reverts alone (for Flag.transparent, they might have been created
automatically by an earlier convert-ly rule).
python/convertrules.py