Skip to content

Commit

Permalink
Merge pull request musescore#22878 from mike-spa/fixLyricsBugs
Browse files Browse the repository at this point in the history
Fix lyrics jumps when editing
  • Loading branch information
miiizen authored May 17, 2024
2 parents b5ef1e7 + 99c5f37 commit 0ddb7aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engraving/rendering/dev/lyricslayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ void LyricsLayout::layout(Lyrics* item, LayoutContext& ctx)
}

ldata->setPosX(x);
item->setYRelativeToStaff(0.0);

if (item->ticks().isNotZero()) {
// set melisma end
Expand Down

0 comments on commit 0ddb7aa

Please sign in to comment.