transpose
Shift selected notes in Dorico up or down, with options for chromatic steps or whole octaves. Select first, then specify direction.
Instructions
Transpose the current selection up or down.
Args:
direction: "up" or "down".
chromatic: step by a chromatic semitone instead of diatonically.
octave: move by a whole octave (takes precedence over chromatic).
Operates on whatever is selected in Dorico (reads are selection-only), so
make a selection first. Maps to NoteEdit.Pitch{Up,Down}[Chromatic|Octave].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| octave | No | ||
| chromatic | No | ||
| direction | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||