Introduction

Musescore is a small application that allows you to write in musical notation. It is similar to what we could get with LilyPond-Denemo or with Sibelius, although, in my case, the more you get used to its WYSIWYG editor the more you realize Denemo will not provide the same easy way even after knowing how to use LilyPond text format.

musecore running on Ubuntu 18

NOTE: I am not saying that Musescore is a better application than LilyPond or Sibelius. In my experience, Musescore seemed to be simpler, both in its use and in its configuration, no matter if we compared it with the other two programs or, even with some others like Rosegarden.

Installation

The installation of Musescore in Ubuntu 18 is pretty simple. The application may be downloaded from the main Ubuntu repositories. Therefore, the process is reduced to an apt command. On the other hand, if you need to install a more updated version, there is a repository of stable versions since 12.04 Ubuntu version:

sudo add-apt-repository ppa:mscore-ubuntu/mscore-stable

Once the list of repositories has been updated, proceed to update the package list and install Musescore:

sudo apt-get update
sudo apt-get install musescore

For other operating systems it is better to check the download page that provides Musescore going here

First Steps

As soon as Musescore is running, a modal window is displayed asking us what we want to do. Choosing My First Score an empty notation is shown by default.

Musescore first window

NOTE: Everything is customizable so, if we want we may create a notation in another key or with a different tempo.

empty score to start with

The main sheet is divided into at least 4 different areas:

  1. The upper area with the toolbar, which will allow us to define the duration of the notes, accidentals, linked, voices to which the notes will be assigned, activation or deactivation of the metronome and midi or reproduce the piece we are composing.
  2. The left lateral area that corresponds to a collection of palettes that will help us define tempos, tremolos, add chords and notations, da capos, etc.
  3. The central area where the score that we are composing will appear.
  4. The right side area that gives a customized view of the active elements at all times and possibilities, and additional configuration settings such as the number of repetitions of a block and/or set of blocks.

Just two additional things.

  1. The button to the right of the drop-down list that says Page View in the menu bar is the one that activates or disables MIDI. In my case, I have an Alesis Q49 MIDI master so I can connect it. Configuration is done within of the preferences, in the I/O tab. You can use PulseAudio, ALSA directly or Jackd. In my case, it is more than enough ALSA. Once the MIDI device is enabled, activating the edition in the sheet music (icon that reflects the Note Input N key) any incoming midi signal will be transformed into the note being played.

Sound settings

  1. With the computer keyboard we can also insert notes with American notation: pressing the G key MuseScore will enter a SOL, B a SI, etc...

From here, it depends a little on our intentions, the documentation provided by musescore is very extensive with quick commands to make the score.

Finish the work

Once we have finished working with Musescore, it allows us to store the file either in its own format or in other formats such as MusicXML, MP3, OGG, PDF, SVG by selecting the export option

Save settings

Final considerations

Using Musescore in a group to pass sheet music between band members is a good alternative since allows you to obtain both the text and sound formatting of what you are composing. In the same way, the generated backing tracks, although they will not have the definitive sound of each instrument, they will allow for more work individualized for each member of the band.

NOTE: Just a reminder, please, be careful with the Musescore versions . If you share Musescore files with others band members or other people in general, in our case we had minor setbacks with the different versions of the program. It is advisable to always keep the same version and that the updates be carried out by all the musicians on their computers.