Skip to content

Commit dcf5e08

Browse files
chore: autopublish 2021-08-23T00:50:05Z
1 parent 94caba7 commit dcf5e08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/library/transposition.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Transposition
22

3+
A collection of helpful JW Lua transposition scripts
4+
35
- [diatonic_transpose](#diatonic_transpose)
46
- [change_octave](#change_octave)
57
- [enharmonic_transpose](#enharmonic_transpose)
@@ -61,7 +63,7 @@ transposition.chromatic_transpose(note, interval, alteration, simplify)
6163
```
6264

6365
Transposes a note chromatically by the input chromatic interval. Supports custom key signatures
64-
and mictrotone systems by means of a `custom_key_sig.config.txt` file. In Finale, chromatic intervals
66+
and microtone systems by means of a `custom_key_sig.config.txt` file. In Finale, chromatic intervals
6567
are defined by a diatonic displacement (0 = unison, 1 = second, 2 = third, etc.) and a chromatic alteration.
6668
Major and perfect intervals have a chromatic alteration of 0. So for example, `{2, -1}` is up a minor third, `{3, 0}`
6769
is up a perfect fourth, `{5, 1}` is up an augmented sixth, etc. Reversing the signs of both values in the pair

0 commit comments

Comments
 (0)