switching between horizontal and vertical page view (scroll pages) changes lyrics offset
when changing between horizontal and vertical view, the distance of the lyrics to the staff lines is augmented (each time I change, a little offset is added).
Appears not to all, but several of my scores.
Attachment | Size |
---|---|
Down by the Salley Gardens.mscz | 21.42 KB |
Comments
The distance of the lyrics to the staff lines is augmented in following scenario
1) Switch to Single Page and swithch back
2) Edit text in lyrics
3) Edit any note
Creating score from scratch won't give this effect.
I think it relates to several epic
#275844: [EPIC] Single page view related issues
#272132: [EPIC] Text positioning issues
#275344: [EPIC] Displaying elements, position and layout when opening 2.X scores in 3.0
I added last epic because I guess the reason of bug is incorrectly reading old score
Bug appeared after this revision: b232149
see https://github.com/musescore/MuseScore/pull/3972
Fixed in branch master, commit 382b7d79d8
fix #276136: lyrics jumps
There is a value 'lyricsEvenOffset' in mscx which cause the bug. When it is setted. It leads to jumping lyrics because calculating new skyline always adds offset to older position of lyrics. I fix it by remove adding offset.
Fixed in branch master, commit 9037e5e557
Merge pull request #3972 from handrok/#276136-lyrics_offset
fix #276136: lyrics jumps
tested: error is fixed
Automatically closed -- issue fixed for 2 weeks with no activity.