lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3406 in lilypond: Patch: convert-ly: Flag.transpar


From: lilypond
Subject: [Lilypond-auto] Issue 3406 in lilypond: Patch: convert-ly: Flag.transparent and Flag.color inherit from Stem
Date: Sun, 09 Jun 2013 11:17:44 +0000

Status: Started
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 3406 by address@hidden: Patch: convert-ly: Flag.transparent and Flag.color inherit from Stem
http://code.google.com/p/lilypond/issues/detail?id=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).


Also (obviously) contains commit
Run scripts/auxiliar/update-with-convert-ly.sh

http://codereview.appspot.com/10131044

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]