Link layout changes to score/parts
Forgive me if this has been discussed, but I did a search and didn't see an explicit request (although I did see the opposite).
I would like to see an option to apply specific inspector properties to the parts from the score and vice versa.
An example that I see as pretty important is bracketing accidentals. To me, these signify musical content, not like margins or staff size. A bracketed accidental signifies an editorial change, for example, and might need to be shown in the parts. I also like to input music that is in partbooks as individual parts so that I can proof them more easily, and I don't want to enter editorial accidentals in two places.
Thanks!
Comments
Accidentals are certainly content and are certainly synced between score and parts.
Not so sure about brackets. You say "might", Wich already indicates that these may be different at times. The syncing is all or nothing though, so we tend to not sync in case of doubt, as we can't 'break' the link currently
You need to add brackets to score before creating parts.
(So sometimes you would need to remove parts and recreate them).
EDIT:
Whups, I missed, it is feature request. It would be nice, I agree.
Fixing this should be a simple 1-line (1-word actually) change, from
to
In libmscore/property.cpp, line 137 in 3.x resp. src/engraving/libmscore/property.cpp, line 160
But a) as mentioned, this would make it impossible to have it different between score and parts, so I'm not sure that's the right thing?
and b) for some strange reason it doesn't work, so is not that easy apparently...
I agree that it does not need to be the default so that the score and parts can differ, but I wish there was an option to have them be the same when needed. I know Finale, for example, has the option to apply positioning changes between the score and parts or to keep them separate: see "Unlinking and relinking elements between score and parts" at https://usermanuals.finalemusic.com/FinaleWin/Content/Finale/Linked_Par…. I would guess that other programs do as well.
I would also like to be able to have different clefs in score in parts, but I know this has been requested already and is related to the unlinking of aspects that you mentioned.
In reply to I agree that it does not… by jonarnold
As mentioned: currently there is no option to sync or unsync, whether or not the syncing happens is hard coded.
In reply to As mentioned: currently… by Jojo-Schmitz
Yup, that's why I'm requesting it. :-)
In reply to Yup, that's why I'm… by jonarnold
You're not the first ;-)
In reply to Yup, that's why I'm… by jonarnold
The original request was to link things that are currently not linked. You are requesting the facility to unlink things that are currently linked and that has been requested since ages ago #25248: Add ability to explicitly break links between linked staves/parts.
In reply to The original request was to… by SteveBlower
Yup, I would like to have both. Sorry for combining two things in one thread.