sforzato signs are wrongly rendered in mscore2 (nightly build)
I'm using mscore2 from some nightly build. I try to mark some notes with the sforzato sign (>) by using the "articulations and Ornaments" palette, but the sforzato is rendered as a small rectangle and not as > sign. I have attached an mscore-1 score having such articulations. This score is rendered well in mscore-1, but not in mscore-2.
Attachment | Size |
---|---|
Eleanor Rigby.mscz | 3.65 KB |
Comments
Most probably the same issue as suspected in http://musescore.org/en/node/29061#comment-117816, lack of updated fonts
In reply to Most probably the same issue by Jojo-Schmitz
For the record, it looks fine on my system (Ubuntu Studio 14.04). Definitely a font or Qt issue you'll need to sort out or else you'll see all sorts of problems like this.
If you are using a nightly please upgrade to a more recent or compile the code yourself.
In reply to If you are using a nightly by [DELETED] 5
1. The most recent downloadable mscore2 is mscore.64bits-2014-07-23-10-09-ade25ad.tar.bz2 (two weeks old), but no more recent version!
2. I downloaded 3543170 and compiled it under Fedora20. But it shows exactly the same problems I've reported.
Joachim Backes
In reply to 1. The most recent by Joachim Backes
even after a 'make install'?
In reply to even after a 'make install'? by Jojo-Schmitz
I didn't run "make install", but only used the compiled binary (resulting from make).
(See: http://musescore.org/en/node/29061#comment-117986)
In reply to I didn't run "make install", by Joachim Backes
Generally, you *do* need to run "make install" at least once, or else MuseScore won't be able to find its auxiliary files - soundfonts, chord symbol description files, etc. And you have to be sure that "make install" is set up to install to the location that you compiled into the executable. This is normally all set up my cmake, I think, when running from QtCreator; not sure about command line builds.
In any case, I don't *think* that affects fonts, since as mentioned, they are actually compiled in on Linux. But obviously something is wrong here, so you might as well check that out - and in case, you'll need the "make install" if you want playback or chord symbol support.
In reply to Generally, you *do* need to by Marc Sabatella
@Marc,
1. Does not solve my problems: make && make install produces a mscore binary in /usr/local/bin, but this binary will not display the sforzato sign correctly.
2. Your answer does not explain why the nightly build binary has the same lack (I cannot point to some path for the fonts used by mscore-2). So what is your advice?
In reply to @Marc, 1. Does not solve my by Joachim Backes
Yes, as I said, the install will solve *other* problems, but shouldn't affect fonts. BTW, you can configure where the "make install" installs to with CMAKE_INSTALL_PREFIX.
Did you do what I said before and look for MScore or MScore1 on your system, and remove them if found?
If you're sure neither MScore are installed on your system, next step would be see what version of Qt you are using and make sure you have something good, as I mentioned earlier as well.
If none of that works, I'm at a loss.