Skip to content

Commit

Permalink
lyrics dash and melisma should have same color as preceding syllable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored and lasconic committed Aug 22, 2016
1 parent efc3ada commit 272f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/lyrics.cpp
Expand Up @@ -906,7 +906,7 @@ void LyricsLineSegment::draw(QPainter* painter) const
return;
qreal _spatium = spatium();

QPen pen(lyricsLine()->curColor());
QPen pen(lyricsLine()->lyrics()->curColor());
pen.setWidthF(lyricsLine()->lineWidth().val() * _spatium);
pen.setCapStyle(Qt::FlatCap);
painter->setPen(pen);
Expand Down

0 comments on commit 272f021

Please sign in to comment.