Skip to content

Commit

Permalink
Fix natural accidentals in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed May 11, 2024
1 parent c93ab6d commit 07d998e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ The basic accidentals are summarized below:

| Accidental | Monzo | Size in cents |
| ---------- | ---------- | ------------- |
| `=`, `` | `[0 0>` | `0.000` |
| `_`, `` | `[0 0>` | `0.000` |
| `#`, `` | `[-11 7>` | `+113.685` |
| `x`, `𝄪` | `[-22 14>` | `+227.370` |
| `b`, `` | `[11 -7>` | `-113.685` |
Expand Down
2 changes: 1 addition & 1 deletion documentation/intermediate-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ Absolute quantities are converted to relative before comparison so `440 Hz > 1`
| Multiplication | `2 * 3` | `6` | `P8 + P12` | `P19` |
| Multiplication | `110 Hz × 5` | `550 Hz` | `A♮2 + M17^5` | `C♯5^5` |
| Division | `6 % 2` | `3` | `P19 - P8` | `P12` |
| Division | `220 hz ÷ 2` | `110 Hz` | `A=3 - P8` | `A=2` |
| Division | `220 hz ÷ 2` | `110 Hz` | `A_3 - P8` | `A_2` |
| Fractions | `(1+2)/2` | `3/2` | `P12 - P8` | `P5` |
| Exponentiation | `3 ^ 2` | `9` | `P12 * 2` | `M23` |

Expand Down

0 comments on commit 07d998e

Please sign in to comment.