feat: add manual movement start toggle on systems#922
feat: add manual movement start toggle on systems#922galshacham wants to merge 1 commit intoAudiveris:developmentfrom
Conversation
Adds a right-click menu action on systems to manually mark/unmark a system as a movement start, independent of automatic indentation detection. This is useful for exercise books and anthologies where multiple pieces share a page without visual indentation. Changes: - New SystemIndentTask for undo/redo support - New toggleIndentation method in InterController - New rebuildPages method in SystemManager - "Mark/Unmark as movement start" action in System context menu Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2eb36da to
a182e62
Compare
|
Thank you for this PR and congratulations on your understanding of the Audiveris code! (even though Claude was involved…) My only concern is that you created this PR on the "master" branch, whereas we only develop on the "development" branch (or any temporary sub-branch of "development"). Indeed, we try to use the "master" branch only for releases (and we merge "development" into "master" specifically for releases). Could you redirect your PR to the Audiveris "development" branch? Otherwise, I'll first try merging your PR into one of my local "development" branches so I can test everything locally. Please keep me updated. |
|
@galshacham |


Adds a right-click menu action on systems to manually mark/unmark a system as a movement start, independent of automatic indentation detection. This is useful for exercise books and anthologies where multiple pieces share a page without visual indentation.
Changes:
After
Being able to separate scores manually and not only with indentations

Tested locally
This code was written mainly by claude,
I wanted this for something and thought it might come handy as a good feature