updating fails to renew musescore
I have a problem with version number.
I have upgrade from mscore1.3 to mscore 2.0ß and I update regularly via the normal ubuntu update mechanisms.
In my apt-log it says:today
musescore-common (2.0.0+dfsg1-0ubuntu-trusty1, 2.0.2+dfsg-1ubuntu1-trusty1)
musescore (2.0.0+dfsg1-0ubuntu-trusty1, 2.0.2+dfsg-1ubuntu1-trusty1)
But when I start musescore it still says:
MUSESCORE
Version BETA 2.0
I thought, however that 2.0 is officially release ~1.5 month ago.
Do I still work with the Beta version, despite the download of the most recent (for ubuntu) version?
Do I have to download first 2.0 (although ubuntu download centre says that I have installed 2.02?)
It is totally unclear as when I use: musescore -v it says:
Unstable Prerelease for Version 2.0.0; Build f78aca0.
Please can anybody shed some light on this mess?
Joep
Comments
How are you starting MuseScore? I am guessing you are using a program icon left over from an older beta install, and you in fact have both the beta *and* 2.0.2 installed on your system. You just need to find the correct icon, or start the correct version from an application menu or whatever other means your particular system provides form starting programs.
In reply to How are you starting by Marc Sabatella
MArc,
Thanks! Apparently there is a faulty linking as when I entered the program name from the commandline it started as 2.0.2 (which is correct!). I note several improvements on display the only thing I cannot find any more is the fixed setting of measures in a system. As I write jazz scores, most musicians expect 4 measures(bars)/system and I can't find where I can set that.
But tomorrow I'll explore this new version more.
Again, thanks for pointing me in the right direction.
Joep
In reply to MArc, Thanks! Apparently by J.L. Blom
Create the score and then goto the menu and select Plugins ->Break every X measures. The default is 4 per line. You could also create your own template with jazz font, 4 bars per line etc.
In reply to Create the score and then by underquark
Thanks,
I react now as I was a few days busy elsewhere. Yes I know of this plugin as I had in in the beta version but in the current version it is not in the manager. I assume I can download plugins so I will look for it.
Thanks,
Joep
In reply to Create the score and then by underquark
Actually that plugin is no longer needed, the functionality has been integrated and is now in Edit &rar; Tools
In reply to Actually that plugin is no by Jojo-Schmitz
Yes,
I found that by browsing the posts. It works very well as it applies to any stretch of measures you select. For example a 4 measure system with a small first measure can easily made to a 5-measure system. I like it much!!
Thanks,
Joep
If you still have 2.0beta installed you should probably remove it now. Removing it will allow you to open 2.0.2 via the launcher. The beta was never "officially" packaged for Linux so you must have got it from one of these places:
sudo xargs rm < install_manifest.txt
.If none of those methods work, run the following code in the terminal:
Be careful with sudo! Make sure you are removing files in
/usr/local
and NOT/usr
or you will remove your copy of 2.0.2 and not the beta.