Repeat problem
I can't seem to get the volta correct on this score for the repeats. I don't know what I'm doing wrong.
Attachment | Size |
---|---|
The Irish Ballad.mscz | 3.4 KB |
I can't seem to get the volta correct on this score for the repeats. I don't know what I'm doing wrong.
Attachment | Size |
---|---|
The Irish Ballad.mscz | 3.4 KB |
Do you still have an unanswered question? Please log in first to post your question.
Comments
There are several problems. First, the first volta needs to have a repeat list of 1,2,3,4,5,6,7. The last measure of the volta needs to have a repeat count of 8. Find the result attached. I also put some line break to make the music more readable, because after all, it's the goal ;) Feel free to remove them.
In reply to There are several problems. by [DELETED] 5
Thanks. It is not clear in the manual what the repeat list does. I just thought I could put in a number and that would be the number of times it would repeat instead of an actual list.
In reply to Thanks. It is not clear in by astromath
Indeed. The german 'translation' (?) is better on that:
//musescore.org/de/handbuch/volta
In reply to Indeed. The german by Jojo-Schmitz
Feel free to improve the english handbook based on the german one.
In reply to Feel free to improve the by [DELETED] 5
will do, if I find the time
In reply to Feel free to improve the by [DELETED] 5
I thought the handbooks were all synchronized somehow.
In reply to I thought the handbooks were by schepers
Apparently not. And won't work, as the translation isn't automagically happening.
But usually the english manual is the better one, the first one to get updated and improved.
In reply to Apparently not. And won't by Jojo-Schmitz
Then what is happening when I update the English version and I see the message about "synchronized all xx nodes" (I can't remember the exact message)? I thought that meant that what I had entered was somehow (!) being translated into the other books.
In reply to Then what is happening when I by schepers
Maybe it just marks the other translations 'outdated'?
currently the German one is marked that way... as are many others
BTW: I did the german translation of your addition to //musescore.org/en/handbook/slur
In reply to Maybe it just marks the other by Jojo-Schmitz
Everything is done manually, by humans. The instructions is to have the english handbook as the master and to translate it to make the other handbooks. But, of course, instructions are not there to be respected... :) and so some translators take some freedom to explain more or less in their languages.
In reply to Everything is done manually, by [DELETED] 5
Then what does the website mean when I update a book page and I see this message:
All 20 node translations have been synchronized.
It seems to mean that other translations have been updated, but obviously that's wrong.
In reply to Then what does the website by schepers
When you add an attachment (screenshot, file) to a handbook page, that attachement is pushed forward to all the translations of that page. Handbook translators can then decide to use the attachments from the English page, or attach a more localized version of the attachment.
In reply to Thanks. It is not clear in by astromath
I've updated the book entry on Volta to add a bit about the Repeat List. I didn't know how it worked either, so I've been experimenting.
Lasconic, I think I found an issue with repeats. In the example file in this post, even if I remove and drop in two new voltas (1 and 2) and leave the default values alone (volta 1 is 1. and repeat list of 1, volta 2 is 2), the piece will repeat volta 1 about 5 times before finally finishing. Why?
Also, when I create a simple example, drop a 1'st and 2'nd volta, and modify them so the first has a repeat list of 1,2,3,4 and the second has 5, it will only repeat once and on the second repeat it will play the first and the second ending. Why?
I wanted to add something extra about the repeat list. Do the numbers in the Repeat List need to be unique for each volta?
In reply to I've updated the book entry by schepers
As you know there are tons of issues with repeats currently.
http://musescore.org/en/node/11466
I can explain how it works, but explaining why it doesn't work is pointless. If I knew exactly why, it would be fixed :)
Repeat handling is done in rendermidi.cpp, unwind().
The numbers in the list must be separated by comma and I think it's better if they are unique (but I might be wrong)
In reply to As you know there are tons of by [DELETED] 5
Yes, I am aware of some of them, but I didn't see (or try) this one before. It is probably related to the third in my list of repeat issues, but I added this particular case as an addendum to the issue.
Could you explain how the repeat list is supposed to work? I want to make sure my write-up on the Volta page is accurate and complete.