Unsynced text content in lines beetween score and parts
>> When changing text in Volta Lines ("1.", "2." or "3." in the palette) in the score, this is not reflected in parts, and it's to be done manually for each one. This is to be modified when, for example, a four times repeat with a change on last time is needed ("1. 2. 3." line then "4." line)
>> When changing text in Text Lines ("VII" in the palette) in the score, nothing is reflected either in parts. Useful when needed to put some "play only on 2nd time" or "first time only" indications for specific areas.
>> Seems to be the case for all this kind of items
All these modifications are to be done manually in each part by selecting the line, then the text field in the inspector, and pasting the new text. This can be a significant loss of time. I suggest that the text can be modified in place as for the System Text and Staff Text, and also that the Text Line can be copied an pasted, as it's frequently likely to be the same for a group of parts within the score.
Valentin
Comments
The repeat list is propagated between score and parts, but indeed none of begin-, continue- and end-text of any of those lines is (and there is no distinction in that respect between those different lines of the lines palatte)
Been that way ever since. Workaround is to adjust them all
It'd be an easy change to make, one line for each of the 3 texts, changing
false
totrue
in libmscore/properties.cpp, line 281, 293, 299, the question though is whether this is desirable for all types of lines.I'd say yes, text is content and as such to be synced, not layout, which is not to be synced.
see https://github.com/musescore/MuseScore/pull/5351
In reply to see https://github.com… by Jojo-Schmitz
Thank you very much!
In the case where you would agree that, in a software, the more items are copy- and pastable, the more ergonomic it is, you may also have an idea of how to fix this with lines?
Until now, this can be achieved for several items like Dynamics, Staff/System Text, Chords Symbols but not for Lines: the only way is to copy and paste the whole content in which lines are included.
In reply to Thank you very much! In the… by valentinchabot
I saw that specific issues about this copy/paste problem already exists (inactive for a few years). I think it could be interesting to bring this back in the current concerns...
which issues?
In reply to which issues? by Jojo-Schmitz
Sorry, these ones:
https://musescore.org/en/node/2861
https://musescore.org/en/node/83821
OK, also #2861: Lines can't be pasted und #83821: Copy and Paste problem with "text line" from Lines palette ;-)
Haben aber eher wenig mit dem Problem hier zu tun.
In reply to OK, also #2861: Lines can't… by Jojo-Schmitz
Wahrscheindlich ;-)
Fixed in branch master, commit 0b30afc763
fix #295069: Unsynced text content in lines beetween score and parts
Fixed in branch master, commit 3704ac5a17
_Merge pull request #5351 from Jojo-Schmitz/lines-text-sync
fix #295069: Unsynced text content in lines beetween score and parts_
Automatically closed -- issue fixed for 2 weeks with no activity.