Skip to content

Commit 9840761

Browse files
|NoConvert| Update readme
1 parent 4d90f57 commit 9840761

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# MuseScores
22

3-
[![Automatic Batch Conversion](https://github.com/ThePython10110/MuseScore/actions/workflows/batch-convert.yml/badge.svg)](https://github.com/ThePython10110/MuseScore/actions/workflows/batch-convert.yml)
4-
53
My MuseScore scores, also available [here](https://www.musescore.com/thepython10110).
64

7-
Since MuseScore doesn't allow you to download files without a Pro account, I've decided to make mine publicly available on GitHub. I used Python and GitHub Actions to automatically convert them into several formats every time I push to this repository. Here's the [GitHub Actions YAML file](https://github.com/ThePython10110/MuseScore/blob/master/.github/workflows/batch-convert.yml), and here's the [Python script](https://github.com/ThePython10110/MuseScore/blob/master/batch_convert.py). The converted files are (fairly obviously) in the "Converted" folder.
5+
**If you're going to make anything derivative of any of my scores, just make sure to give me (ThePython or ThePython10110) proper credit.**
6+
7+
MuseScore doesn't allow you to download files without spending money. Giving MuseScore money is [g](https://www.reddit.com/r/Musescore/comments/1rmlbub/i_deleted_my_account_if_i_dont_pay_this_will_the/)[e](https://www.reddit.com/r/Musescore/comments/1rmdajh/signed_up_for_7_day_free_trial_and_got_charged/)[n](https://www.reddit.com/r/Musescore/comments/1r98mw9/i_got_musescored_scam/)[e](https://www.reddit.com/r/Musescore/comments/1r37pe5/genuinely_filthy_business_tactics_on_their_end/)[r](https://www.reddit.com/r/Musescore/comments/1r2oioz/refund_question/)[a](https://www.reddit.com/r/Musescore/comments/1qzncl3/beware_musescore_upgrades/)[l](https://www.reddit.com/r/Musescore/comments/1qxffag/musescore_is_not_a_good_site/)[l](https://www.reddit.com/r/Musescore/comments/1qwt23w/am_i_being_dragged_in_the_free_trial_pay_money/)[y](https://www.reddit.com/r/Musescore/comments/1qqly0i/musescore_scam/) [a](https://www.reddit.com/r/Musescore/comments/1qnsyed/dont_use_musescore_they_autosubscribe_you_to_a/) [b](https://www.reddit.com/r/Musescore/comments/1pzt1xm/musescorecom_is_a_scam/)[a](https://www.reddit.com/r/Musescore/comments/1pitq1t/cant_contact_support/)[d](https://www.reddit.com/r/Musescore/comments/1pazirf/i_feel_i_was_led_to_subscribe_to_musescore_with_a/) [i](https://www.reddit.com/r/Musescore/comments/1p5chb0/how_to_find_the_hidden_cancel_subscription_button/)[d](https://www.reddit.com/r/Musescore/comments/1p1crgm/musescore_trial_refund/)[e](https://www.reddit.com/r/Musescore/comments/1oklm6e/class_action_suit/)[a](https://www.reddit.com/r/Musescore/comments/1oiulys/support_not_responding_to_email/) (every individual letter of that is a separate link because I occasionally actually put unnecessary effort into things). For that reason, I've decided to make mine publicly available here, available in several different formats.
8+
9+
I used Python and GitHub Actions to automatically convert files every time I push to this repository. Here's the [GitHub Actions YAML file](https://github.com/ThePython10110/MuseScore/blob/master/.github/workflows/batch-convert.yml), and here's the [Python script](https://github.com/ThePython10110/MuseScore/blob/master/batch_convert.py). The converted files are (fairly obviously) in the "Converted" folder.
810

9-
The Python script is designed to be run in a folder with subfolders called MuseScore3 and MuseScore4, each containing scores from those versions. It doesn't include MuseScore 2 because I'm lazy. It also expects MS3 and MS4 to be installed on the default paths: `C:\Program Files\MuseScore #\bin\MuseScore#.exe` (where # is the major version number). The MIDI flipping capabilities rely on [my version](https://github.com/thepython10110/midiflip) of [midiflip](https://github.com/1j01/midiflip).
11+
The Python script is designed to be run in a folder with subfolders called MuseScore3 and MuseScore4, each containing scores from those versions. It doesn't include MuseScore 2 because I'm lazy and nobody uses it anymore anyway. It also expects MS3 and MS4 to be installed on the default paths: `C:\Program Files\MuseScore #\bin\MuseScore#.exe` (where # is the major version number).
1012

11-
The GitHub Actions workflow runs on every push, unless the most recent commit includes "`|NoConvert|`" in the title. I will probably not rely on it much because I'd prefer to convert files on my computer so the VST plugins work correctly.
13+
The MIDI flipping capabilities rely on [my version](https://github.com/thepython10110/midiflip) of [midiflip](https://github.com/1j01/midiflip).
1214

13-
If you're going to distribute the scores, just make sure to give me (ThePython or ThePython10110) proper credit.
15+
The GitHub Actions workflow runs on every push, unless the most recent commit includes "`|NoConvert|`" in the title. I will probably not use it much because I'd prefer to convert files on my computer so all the custom sounds (Muse Sounds, VSTs, soundfonts...) work correctly.

0 commit comments

Comments
 (0)