DancingIguana commited on
Commit
6f62751
·
1 Parent(s): 0ce468a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ Each element in the melody is represented by a series of letters and numbers wit
20
  * For a rest: rs[duration]:
21
  * Examples: rs0p5, rs1q6
22
  * For a chord: cs[number of notes in chord]s[pitches of chords separated by "s"]s[duration]
23
-
24
  The following special symbols are replaced in the strings by the following:
25
  * . = p
26
  * / = q
 
20
  * For a rest: rs[duration]:
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