A volta at the end of a system includes the courtesy key signature
A volta at the end of a system includes the courtesy key signature, came up in https://musescore.org/en/node/84151
Attachment | Size |
---|---|
Test.mscz | 5.81 KB |
A volta at the end of a system includes the courtesy key signature, came up in https://musescore.org/en/node/84151
Attachment | Size |
---|---|
Test.mscz | 5.81 KB |
Comments
Looking at this, it's pretty easy to make it work however we want - so the question is, exactly what do we want?
The current code looks for the end of the measure - which includes the courtesy elements - then moves the end of the volta back 0.5sp. This is OK for double barlines or repeat barlines that are not followed by courtesy elements, butlooking at Elaine Gould's "Behind Bars", it looks like she prefers to align her volta endings with the bar line, period. So for single barlines, the volta lines up with that barline. For double barlines and end repeat barlines (including end-start repeats), the volta lines up with the leftmost barline. I can fix it to be consistent with Gould:
Any objections?
https://github.com/musescore/MuseScore/pull/2284
Fixed in branch master, commit 7645675be1
fix #84206: exclude courtesy signature from volta
Fixed in branch master, commit b599003b3f
Merge pull request #2284 from MarcSabatella/84206-volta-courtesy
fix #84206: exclude volta courtesy signature from volta
Automatically closed -- issue fixed for 2 weeks with no activity.