1.2: coda and segno on repeats palette
Using a pre-prelease build (5213) of 1.2, I notice the coda and segno symbols on the repeats palette are pushed way to the right, and when I drag them to the score, they appear way to the right of my mouse pointer. Is that the result of some 1.1/1.2 incompatibility in customized palette files on my system, or is that how it is for real?
Comments
The v1.2 r5398 build still shows this issue.
Seems to be your personal problem, I don't see it here al least (with an r5376 of 1.2)
In reply to Seems to be your personal by Jojo-Schmitz
Well it's there. Latest branch (5400 now), factory reset, Win7 32-bit. Attached is the pic...
In reply to Well it's there. Latest by schepers
If not everyone sees this, that suggests it could be something about the custom palette settings leftover from 1.1 for those of us who seeing it. I would say I never actually customized bpmy palettes, but I know of one respct in which that isn't true: I have defined my own time signatures.
In reply to If not everyone sees this, by Marc Sabatella
No, it's still there on a factory reset. I've deleted all my MusE and MuseScore folders. Investigating the code in mscore-palette.xml, there's a mistake for the four icons Segno, Coda, Varied Coda and Codetta. Change this code line
"p style=" margin-top:0px; margin-bottom:0px; margin-left:80px"
to this
"p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px"
and they appear to be fine.
In reply to No, it's still there on a by schepers
Lasconic fixed this issue in branch r5405. However, for me these 4 symbols are leaving remnants behind after they are placed and are repositioned.
Maybe my suggested fix wasn't quite enough yet.[EDIT] After checking mscore-palette.xml, I see the left margin value was corrected from 80 to 0. The symbols only have remnants after they are placed and then moved so I doubt the fix is the cause of this new problem.
However, if I change a portion of the line I mentioned previously for each of the four symbols from
p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;
to
p style=" margin-top:0px; margin-bottom:0px; margin-left:5px; margin-right:5px;
then the symbols work without any remnants. Only segno needs 4 or 5, the others can be smaller, like 3 or maybe 2. I didn't have time to check every value for every symbol.
v1.2 R5410, Win7 32-bit.
Is there a precompiled version of 1.2 available?
My machines are too full of multimedia and web-design stuff to start installing the wherewithal to slef-compile.
In reply to Is there a precompiled by ChurchOrganist
I can probably make my compiles available from my work server. I do several a day, or as updates come out. The download URL would be the same each time so as long as you bookmark it, it will work.
In reply to I can probably make my by schepers
A prerelease of 1.2 should be available on Monday.
In reply to Wait a couple of days by [DELETED] 5
Thanks lasconic :)
In reply to Thanks lasconic :) by ChurchOrganist
Michael, did you get my email note?
In reply to Michael, did you get my email by schepers
No?
Nothing in junk either.
In reply to No? Nothing in junk either. by ChurchOrganist
Hmmm, I used the direct contact method through the website. Check out http://ist.uwaterloo.ca/~schepers/musescore
In reply to Hmmm, I used the direct by schepers
Thanks - got it bookmarked :)
In reply to Thanks - got it bookmarked :) by ChurchOrganist
Michael, new version up.