Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #48436 - Lyrics melisma and deleting measures / Fix #48491 - Ditto and time change #1865

Merged
merged 1 commit into from Mar 10, 2015
Merged

Fix #48436 - Lyrics melisma and deleting measures / Fix #48491 - Ditto and time change #1865

merged 1 commit into from Mar 10, 2015

Conversation

mgavioli
Copy link
Contributor

Fix #48436 - Lyrics melisma and deleting measures / Fix #48491 - Ditto and time change

Deleting measures When measures are deleted, spans of lyrics melismas and dashes involved (LyricsLines) were not correctly adjusted.

Also fixes the general case of removing or adding some time span intersecting LyricsLine spans.

Rewriting measures while rewriting measures (as for time changes), existing LyricsLines were left over and then re-added. Now they are deleted while removing measures (InsertRemoveMeasures::removeMeasures()).

…cs melisma and time change

**Deleting measures** When measures are deleted, spans of lyrics melismas and dashes involved (`LyricsLine`s) were not correctly adjusted.

Also fixes the general case of removing or adding some time span intersecting `LyricsLine` spans.

**Rewriting measures** while rewriting measures (as for time changes), existing `LyricsLine`s were left over and then re-added. Now they are deleted while removing measures (`InsertRemoveMeasures::removeMeasures()`).
lasconic added a commit that referenced this pull request Mar 10, 2015
…_measures

Fix #48436 - Lyrics melisma and deleting measures / Fix #48491 - Ditto and time change
@lasconic lasconic merged commit 60b6e5b into musescore:master Mar 10, 2015
@mgavioli mgavioli deleted the Fix_48436_Melisma_and_deleting_measures branch March 14, 2015 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants