Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dual-wield-ray committed Dec 14, 2022
1 parent 2da0786 commit 0eda51c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/musescore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ MuseScore Setup

When exporting your work through PyDrumScore, by default it will be an uncompressed MuseScore file (.mscx), which is an XML format. To open and review it, you will need to use MuseScore, which is a free and open-source, general-purpose scoring software. [1]_

.. [1] Support for other popular file formats is planned for future releases.
Downloading MuseScore
---------------------
You can download MuseScore for free on the project's `official site <https://musescore.org/en>`_.
Expand Down Expand Up @@ -73,5 +71,7 @@ If all goes well, you should be able to press the shortcut button to reload the

MuseScore editing as a complement to PyDrumScore
------------------------------------------------
MuseScore is a fully mature tool for music scoring, and PyDrumScore is still in the process of implementing important features (see the roadmap). In certain cases where a feature would be missing, or the musical section is very complex, it might be preferable to export an unfinished piece with PyDrumScore, and fill in the detais in MuseScore.
MuseScore is a fully mature tool for music scoring, and PyDrumScore is still in the process of implementing important features. In certain cases where a feature would be missing, or the musical section is very complex, it might be preferable to export an unfinished piece with PyDrumScore, and fill in the details in MuseScore.
**Make sure to save your edits in a separate file** if you are taking this approach, as the PyDrumScore exporter currently overwrites results without concern for local modifications.

.. [1] Support for other popular file formats is planned for future releases.

0 comments on commit 0eda51c

Please sign in to comment.