check_beaming
Analyzes beaming in a bar by checking note values against the time signature, providing suggestions to fix irregular beaming according to standard notation rules.
Instructions
Check if beaming follows standard notation rules.
Args: time_signature: Time signature (e.g., "4/4", "6/8") note_values: List of note values in a bar (e.g., ["8th", "8th", "8th", "8th"])
Returns: Beaming analysis with suggestions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_signature | Yes | ||
| note_values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||