Reviewers: ,
Message:
Passes make, make check and a full make doc.
Description:
Fix issue 5110: Don't use fixed color for LyricHyphens
Signed-off-by: Knut Petersen <knut_peter...@t-online.de>
Please review this at https://codereview.appspot.com/323410043/
Affected files (+0, -1 lines):
M lily/lyric-hyphen.cc
Index: lily/lyric-hyphen.cc
diff --git a/lily/lyric-hyphen.cc b/lily/lyric-hyphen.cc
index
a76ed9b2fa0f930c1b525a0eeab2b290929c083a..936c3fd356761d252c4bbfd959100ff34c3fe78d
100644
--- a/lily/lyric-hyphen.cc
+++ b/lily/lyric-hyphen.cc
@@ -104,7 +104,6 @@ Lyric_hyphen::print (SCM smob)
for (int i = 0; i < n; i++)
{
Stencil m (dash_mol);
- m = m.in_color (0.0, 0.0, 0.0);
m.translate_axis (span_points[LEFT] + i * dash_period +
space_left / 2, X_AXIS);
total.add_stencil (m);
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel