Skip to content

Commit

Permalink
fix #40296: lyrics consisting of symbols offcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella committed Nov 30, 2014
1 parent c547bb7 commit 7013e0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/lyrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void Lyrics::layout1()
//
bool hasNumber = false; // _verseNumber;
qreal adjust = 0.0;
QString s = plainText();
QString s = plainText(true);
// find:
// 1) string of numbers and non-word characters at start of syllable
// 2) at least one other character (indicating start of actual lyric)
Expand Down
Binary file modified vtest/lyrics-3-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/lyrics-3.mscz
Binary file not shown.

0 comments on commit 7013e0a

Please sign in to comment.