Skip to content

Commit 12ffbda

Browse files
author
Parking B
authored
Adapt for 2.4.0
1 parent 2fcc0ad commit 12ffbda

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# Scale Workout Builder plugin for MuseScore 3.x
22
*Scale Workout Builder plugin for MuseScore 3.x* is a plugin for MuseScore 3.0 for the creation of exercises and workouts scores for practising your playing skills and knowledge of scales, improvisation patterns, ...
33

4-
## New features in 2.3.0
5-
* In Grid mode, build patterns in the notes defined by the current chord.<br/>E.g. This mode will loop among C,Eb,G,A,Bb for a "Cm6" chord.
6-
* In Grid mode, specify the key signature to use by prefixing it to the pattern (°).<br> E.g. "(bbb)C-7;F-7;D07;G7b9;C-7;Eb-7;Ab7;Dbt7;D07;G7b9;C-7;D07" (from Joe Hendersion's Blue Bossa)
7-
* In Grid mode, use "|" to mark line breaks between Chords.<br/>E.g. "Bb7;Eb7;Bb7;Eb7|Eb7;Eb7;Bb7;Bb7|C-7;F7;Bb7;Bb7" (from Sonny Rollins' Tenor Madness)
8-
9-
* New "Bass instrument"(°°)
10-
* Store the last used settings
11-
* Better handling of Aug, Sus2, Sus4 chords
12-
13-
(°) Due to limitations in the MuseScore API, the plugin is not able to add the key signature. The user must add it manually. However the plugin will use it in order to choose correclty among flats and sharps when building the patterns.
14-
(°°) Due to limitations in the MuseScore API, the plugin is not able to add the F-clef. The user must add it manually. However, the patterns are transposed accordingly to a F-clef.
4+
## New features in 2.4.0
5+
* [New] Add steps duration (quarter, dotted, ...)
6+
* [New] Option to produce one score by root note, allowing for producing exercice sheets for multiple roots at once.
7+
* [Improvment] Chord naming, chords extraction from a current score (grid mode)
158

169
## Features
1710
* Choose workout type between *Scale mode* or *Grid mode*,
@@ -20,7 +13,8 @@
2013
* Loop them across the diatonic scale, or by triads,
2114
* Repeat the patterns over different roots (*Scale mode*),
2215
* Extract a a grid of chords from a score (*Grid mode*),
23-
* Export as a MuseScore score.
16+
* Export as one of multiple MuseScore scores.
17+
* Define steps duration
2418

2519
## Download and Install ##
2620
Download the [last stable version](https://github.com/lgvr123/musescore-workoutbuilder/releases).
@@ -29,6 +23,12 @@ For installation see [Plugins](https://musescore.org/en/handbook/3/plugins).
2923
## User manual
3024
Refer to the [PDF instruction file](user_manual.pdf). (NOT UPDATED FOR v2.3.0)
3125

26+
## Known issues
27+
* Due to limitations in the MuseScore API, the plugin is not able to add the key signature. The user must add it manually. However the plugin will use it in order to choose correclty among flats and sharps when building the patterns.
28+
* Due to limitations in the MuseScore API, the plugin is not able to add the F-clef. The user must add it manually. However, the patterns are transposed accordingly to a F-clef.
29+
* Not working under MuseScore 4.0 for now (not even appearing in MuseScore 4 plugins panel).
30+
31+
3232
## Credits
3333
Some icons made by [freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com/)
3434

0 commit comments

Comments
 (0)