> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# SheetSage2AudioToABC - ComfyUI Built-in Node Documentation

> This node transcribes vocal and instrumental melodies from music into ABC notation, a text-based format for writing down musical scores.

This node transcribes vocal and instrumental melodies from music into ABC notation, a text-based format for writing down musical scores. It analyzes the connected audio and returns the resulting notation as text, which can then be fed into the YuE2 Generate Music node using the matching mode.

## Inputs

| Parameter       | Description                                                                                                               | Data Type      | Required | Range                    |
| --------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------- | -------- | ------------------------ |
| `audio_encoder` | The audio encoder model used to analyze the audio and produce the ABC notation.                                           | AUDIO\_ENCODER | Yes      | -                        |
| `audio`         | The music audio to transcribe into ABC notation.                                                                          | AUDIO          | Yes      | -                        |
| `mode`          | Controls what is transcribed. "full" generates melody and chords; "melody" generates melody only, recommended for covers. | COMBO          | Yes      | `"melody"`<br />`"full"` |

## Outputs

| Output Name | Description                                                                                                                                   | Data Type |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `abc`       | The transcribed music in ABC notation, returned as a list of strings. Connect this to the YuE2 Generate Music node and use the matching mode. | STRING    |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SheetSage2AudioToABC/en.md)

***

**Source fingerprint (SHA-256):** `612d18dedd09b64210087c340b8f304ace8cd7b30b1a6e8e8ba7c749b355a497`
