add_tempo
Add a tempo marking to your score by specifying beats per minute and optional tempo text like Allegro or Andante.
Instructions
Add a tempo marking.
Args: bpm: Beats per minute (20-400) text: Optional tempo text (e.g., "Allegro", "Andante", "Presto")
Returns: Success status
Examples: - add_tempo(120) # Just BPM - add_tempo(120, "Allegro") # BPM with text - add_tempo(60, "Adagio")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | Yes | ||
| text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||