Commit
·
1d40a86
1
Parent(s):
6f62751
Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,7 @@ Each element in the melody is represented by a series of letters and numbers wit
|
|
21 |
* Examples: rs0p5, rs1q6
|
22 |
* For a chord: cs[number of notes in chord]s[pitches of chords separated by "s"]s[duration]
|
23 |
* Examples: cs2sE7sF7s1q3, cs2sG3sGw3s0p25
|
|
|
24 |
The following special symbols are replaced in the strings by the following:
|
25 |
* . = p
|
26 |
* / = q
|
|
|
21 |
* Examples: rs0p5, rs1q6
|
22 |
* For a chord: cs[number of notes in chord]s[pitches of chords separated by "s"]s[duration]
|
23 |
* Examples: cs2sE7sF7s1q3, cs2sG3sGw3s0p25
|
24 |
+
|
25 |
The following special symbols are replaced in the strings by the following:
|
26 |
* . = p
|
27 |
* / = q
|