You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,10 @@
1
1
# Scale Workout Builder plugin for MuseScore 3.x
2
2
*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, ...
3
3
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)
15
8
16
9
## Features
17
10
* Choose workout type between *Scale mode* or *Grid mode*,
@@ -20,7 +13,8 @@
20
13
* Loop them across the diatonic scale, or by triads,
21
14
* Repeat the patterns over different roots (*Scale mode*),
22
15
* 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
24
18
25
19
## Download and Install ##
26
20
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).
29
23
## User manual
30
24
Refer to the [PDF instruction file](user_manual.pdf). (NOT UPDATED FOR v2.3.0)
31
25
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
+
32
32
## Credits
33
33
Some icons made by [freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com/)
0 commit comments