Creating parts - creates duplicate title boxes if title box already exists

• Jan 14, 2023 - 22:15

Hello! I have looked for a solution to this and I think this might be either a bug or a feature request, I'm not sure... When creating a score with parts I often create a title box with the relevant info before creating the parts - however when I do this in MS4.0.1 then create parts, (see attached score), it creates a new title box at the top for the part name, then copies the title box I already had beneath it, rather than adding the part name into it and combining it into one title box (expected behavior, not sure what order those things happen in on the programming side but regardless I'd expect it all in one box at the end). If I hadn't created the title box I would have just the blank box with part name on the left and would need to write the title in separately to each part...

Now I either have to re-write the title information on every part or delete the part names and manually re-add them to the original title box for each part. Not a huge deal on this project but on bigger scores this would be a lot of pointless work and it feels like a bug to me, when parts creation used to just "work". Is anyone else encountering this or is there a new workflow that could help to avoid this?

Attachment Size
Tossin'_and_Turnin'-ms4.mscz 154.75 KB

Comments

Couldn't replicate that behaviour on a new score, created from scratch (see attached).
Time for the XML experts to chime in and find the differences, I guess....

I click on "new score", select the instruments, add title, composer, copyright, tempo etc and click "done"; opened your file and copy/pasted all the instruments.

Attachment Size
Tossin' and Turnin'_v2.mscz 155.69 KB

In reply to by the_mnbvcx

Well, I think from your description the difference is, I made the title box / added all the title information after the score's initial creation. Not in the score creation wizard but afterwards, directly on the score before making parts for each instrument.

In reply to by r0bb

How does your default template look? Mine always creates the title box, at least with default values...
MU4_newscore.png
When I delete that whole frame and insert a new vertical frame at bar 1 with title text etc I still cannot replicate the double boxes I see in your score; only the part name is missing on the parts.

A more detailed look into the mscx files shows that your excerpts put the part name into a new vertical frame (<VBox>...</VBox>) before the inherited title frame whereas mine simply adds the part name to the existing frame - I have no idea why, I happily leave that to the experts to explain....

your score
  1. <VBox>
  2. <height>10</height>
  3. <Text>
  4. <style>instrument_excerpt</style>
  5. <text>Alto Saxophone 1</text>
  6. </Text>
  7. </VBox>
  8. <VBox>
  9. <height>10</height>
  10. <linked>
  11. </linked>
  12. <Text>
  13. <linked>
  14. </linked>
  15. <style>title</style>
  16. <text>Tossin' and Turnin'</text>
  17. </Text>
  18. <Text>
  19. <linked>
  20. </linked>
  21. <style>composer</style>
  22. <text>written by Ritchie Adams and Malou Rene
  23. originally recorded by Bobby Lewis</text>
  24. </Text>
  25. </VBox>
my blank score
  1. <VBox>
  2. <height>10</height>
  3. <linked>
  4. </linked>
  5. <Text>
  6. <linked>
  7. </linked>
  8. <style>title</style>
  9. <text>Untitled score</text>
  10. </Text>
  11. <Text>
  12. <linked>
  13. </linked>
  14. <style>subtitle</style>
  15. <text>Subtitle</text>
  16. </Text>
  17. <Text>
  18. <linked>
  19. </linked>
  20. <style>composer</style>
  21. <text>Composer / arranger</text>
  22. </Text>
  23. <Text>
  24. <style>instrument_excerpt</style>
  25. <text>Alto Saxophone 1</text>
  26. </Text>
  27. </VBox>
Attachment Size
MU4_newscore.png 37.51 KB

Do you still have an unanswered question? Please log in first to post your question.