Skip to content

Commit

Permalink
Merge pull request #1493 from MarcSabatella/40296-center-lyric-symbols
Browse files Browse the repository at this point in the history
fix #40296: lyrics consisting of symbols offcenter
  • Loading branch information
lasconic committed Dec 1, 2014
2 parents f4f19e9 + 7013e0a commit 255eaaa
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
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
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 255eaaa

Please sign in to comment.