GSoC 2020: Measure repeats for Mu3#519
Draft
Jojo-Schmitz wants to merge 4 commits into
Draft
Conversation
Jojo-Schmitz
force-pushed
the
3.x-measure-repeats
branch
3 times, most recently
from
June 26, 2024 15:08
37793a2 to
6cc2682
Compare
Owner
Author
Jojo-Schmitz
force-pushed
the
3.x-measure-repeats
branch
3 times, most recently
from
November 17, 2024 12:05
86c4d91 to
e48f451
Compare
Owner
Author
|
the mtests and vtests failures are (mostly) due to crashes, so more work to do... |
Jojo-Schmitz
force-pushed
the
3.x-measure-repeats
branch
3 times, most recently
from
November 17, 2024 16:04
4af7cfb to
5343255
Compare
Owner
Author
|
@IsaacWeiss do you have any insights on why my backport crashes all over the place? |
|
Sadly I have no time to investigate. Good luck, and thank you for your efforts in this. |
Owner
Author
|
No |
|
What can I do to help you? |
Owner
Author
|
Fix the code ;-) |
Jojo-Schmitz
force-pushed
the
3.x
branch
2 times, most recently
from
December 23, 2024 13:25
bf247bf to
922a518
Compare
Jojo-Schmitz
force-pushed
the
3.x
branch
2 times, most recently
from
January 6, 2025 11:42
9326c7c to
88927e8
Compare
Jojo-Schmitz
force-pushed
the
3.x
branch
3 times, most recently
from
January 8, 2025 19:21
f77e37d to
e211c8c
Compare
Jojo-Schmitz
force-pushed
the
3.x-measure-repeats
branch
from
March 30, 2025 09:30
6c84ca4 to
ba813fe
Compare
Jojo-Schmitz
marked this pull request as draft
March 30, 2025 09:34
Jojo-Schmitz
force-pushed
the
3.x
branch
2 times, most recently
from
September 18, 2025 18:08
ecb56f3 to
2ac34cf
Compare
Jojo-Schmitz
force-pushed
the
3.x-measure-repeats
branch
from
December 22, 2025 15:33
ba813fe to
73935e7
Compare
Jojo-Schmitz
force-pushed
the
3.x
branch
3 times, most recently
from
June 11, 2026 08:51
ec719c0 to
67e0ef8
Compare
Jojo-Schmitz
force-pushed
the
3.x
branch
7 times, most recently
from
July 5, 2026 11:09
7042a6d to
a524bb9
Compare
Jojo-Schmitz
force-pushed
the
3.x-measure-repeats
branch
from
July 7, 2026 11:21
73935e7 to
1d00a66
Compare
Jojo-Schmitz
added a commit
that referenced
this pull request
Jul 7, 2026
- Fix [#279071](https://musescore.org/en/node/279071): "Don't Break" element creates hole at end of system - Allow more than two measures to be grouped - Allow adding/toggling `NOBREAK` by clicking palette - Rename to "Keep measures on the same system" (like in Mu4 meanwhile) - Adjust placement of break symbols Co-authored-by: MarcSabatella <marc@outsideshore.com> Backport of musescore#6365, commit 1, plus some includes cleanup and fixing some clazy warnings. Part of #519, but potentially usefull on its own, esp. the ability to import these `NOBREAK`s from Mu4. Probably a backport of musescore#21216 (to fix [musescore#21212](https://www.github.com/musescore/MuseScore/issues/21212), apparently introduced by musescore#6365) is also needed. So that's included too now Also added a showrtcut for `NOBREAK`
…btypes 1/2/4 - Draw with font symbols instead of QPainterPath - Automatically group measures and delete contents when adding MeasureRepeat - Hide rests by making measures (per MStaff) aware if they are part of measure repeat group - Keep measures and element in sync at all times by handling (preventing/warning/special-casing) many user actions - Add style options for numbering consecutive one-measure repeats Backport of musescore#6365, commit 3, plus some includes cleanup and fixing some clazy warnings
Backport of musescore#6365, commit 4, plus some includes cleanup and fixing a few clazy warnings
MMRests: - Add vtests for old-style (all fonts), h-bar thickness and margin (Bravura) MeasureRepeats: - Add script tests for adding, cutting/copying with partial group selected, pasting into group, repeating selection from before group, executing split/join/insert/delete measure commands, adding repeat barlines, and adding time signature - Add mtests for parts, MIDI, and MusicXML import/export - Add vtests - Update ref files Backport of musescore#6365, commit 4
Jojo-Schmitz
force-pushed
the
3.x-measure-repeats
branch
from
July 7, 2026 17:33
f69c775 to
cc4a8bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Backport of musescore#6365
Resolves: #438
Re-enable NOBREAK with fixes and new functionality
Co-authored-by: MarcSabatella marc@outsideshore.com
commit 1, plus some includes cleanup and fixing some clazy warnings
This part has been merged via #1112 already
commit 2 is just about some Mu4 code style stuff which doesn't apply to Mu3, so let's skip itFix #10220: Replace RepeatMeasure with MeasureRepeat, add subtypes 1/2/4
commit 3, plus some includes cleanup and fixing some clazy warnings
MusicXML import/export and (probably) Guitar Pro import MeasureRepeats
commit 4 and fixing some clazy warnings
Add/update tests for MMRests and MeasureRepeats
MMRests:
MeasureRepeats:
commit 5 ( I might better integrate them into the other commits as needed though)
commit 6 is about Additional changes needed after rebasing, shouldn't apply here, so let's skip it tooBackport of musescore#19356
Resolves: musescore#18961