From b3624d6d74b1dd51e3815f6a5e0af75ca494dd2c Mon Sep 17 00:00:00 2001 From: ThePython <87204246+ThePython10110@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:49:32 -0700 Subject: [PATCH] Update README.md |NoConvert| --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e72071..189ea9c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ My MuseScore scores, also available [here](https://www.musescore.com/thepython10 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. -I may intentionally call my commits `|New automatic batch convert|` to keep the conversion from running (because it really doesn't need to). I probably also need to convert the MuseScore 4 files locally on my computer, as several of them use VST plugins, so that could get complicated. +I may intentionally include `|NoConvert|` in some of my commit names to keep the conversion from running (because it really doesn't need to). I probably also need to convert the MuseScore 4 files locally on my computer, as several of them use VST plugins, so that could get complicated. If you're going to distribute these, just make sure to give me (ThePython or ThePython10110) proper credit.