transpose_for_instrument
Transpose a pitch between written and concert notation for transposing instruments like clarinet or trumpet. Specify pitch and instrument to get transposed note with interval info.
Instructions
Transpose a pitch for a transposing instrument.
Args: pitch: Pitch to transpose (e.g., "C4") instrument: Instrument name (e.g., "clarinet", "horn", "trumpet") to_concert: If True, written to concert pitch; if False, concert to written
Returns: Transposed pitch with interval info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pitch | Yes | ||
| instrument | Yes | ||
| to_concert | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||