check_spacing
Evaluate note spacing within a bar for readability. Considers note count, bar width, and shortest note to provide improvement suggestions.
Instructions
Check if note spacing is appropriate for readability.
Args: note_count: Number of notes in the bar bar_width_mm: Width of the bar in millimeters shortest_note: Shortest note value in the bar
Returns: Spacing analysis with recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_count | Yes | ||
| bar_width_mm | No | ||
| shortest_note | No | quarter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||