diff --git a/README.html b/README.html index c86daac..1cec1fe 100644 --- a/README.html +++ b/README.html @@ -392,12 +392,14 @@ }
This plugin for MuseScore 2.x reads chord (Harmony) texts and creates Chord notes in one staff, and bass note in another one. The created notes have correct durations according to the duration of the written chord, and are playable by MuseScore.
+This plugin for MuseScore 2.x reads chord (Harmony) texts and creates Chord notes in one added staff, and bass note in another added one if chosen. The created notes have correct durations according to the duration of the written chord, and are playable by MuseScore.
The plugin uses rules in wiki: Chord names and symbols (popular music) (as I understand them). All possible combinations of chords according to rules in that page are recognized and will generate notes.
The created notes are more of a suggestion, to get it to sound nice it's perhaps a good idea to move some notes one octave up or down, or just remove them.
-This is run with default settings, before:
+
Example, before:
After (the 7th in the last chord is manually moved down 1 octave after the plugin):
+
After:
+Ran with default settings, and chose to manually add "pipe organ" with only 2 clefs (see Staves for Chord and bass notes).
+The 7th in the last chord is manually moved down 1 octave after the plugin.
Click to see another example that uses both options Write parsed Harmony texts and Write Chord letters with "Yes
". This example also shows some alternative ways of writing chords, and have some comments added.
0
same as 07
^
same as maj7
(but not alone maj
; Cmaj
= C
, C^
= Cmaj7
)[tone]+/aug
same as aug[tone]
[tone]+/aug
same as aug[tone]
, e.g. C7+
= C+7
N.C.
(no chord) also allows N.C
, n.c.
and n.c
Specials
@@ -535,15 +537,15 @@The plugin uses 1 or 2 staves depending on if "bass notes" is used. Generating Chord notes in staff #2 and bass notes in staff #3 - if used.
-After the Options box it checks that there are enough staves. There are some alternatives:
The plugin uses 1 or 2 staves depending on if "bass notes" is used. Generating Chord notes in staff #2 and bass notes in staff #3 - if used. Either in automatically added or existing staves.
+After the Options box it checks that there are enough staves. There are some alternatives:
If only one staff in the Score it asks if you want to create 2 (or 1) extra staves.
Yes
" it adds two staves with instrument "Piano" (will use only one if not "bass notes").No
" if you want to choose what instrument to add.No
" if you want to choose what instrument to add. Make sure you add enough staves, 2 if "bass notes" is used, otherwise 1. If not enough staves it gives an error message.Cancel
" to quit the plugin.