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

# Add a Line Break

> Split a long line of lyrics into two lines

There are two ways to add a line break, depending on whether you want a full re-sync or a quick split at a specific word.

<Tabs>
  <Tab title="Lyrics Editor (re-sync)">
    Use this when you want the new break to be re-timed by the sync model.

    <Steps>
      <Step title="Open the lyrics editor">
        Go to **Edit > Edit Lyrics**.
      </Step>

      <Step title="Add a line break">
        Press **Enter** at the point where you want to split the line.
      </Step>

      <Step title="Save and sync">
        Click **Save and Sync**.
      </Step>

      <Step title="Preview">
        Wait for the job to finish, then click **Play** in the **Jobs** tab to preview.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Word Level Sync (instant)">
    Use this for a fast split without running a new sync job.

    <Steps>
      <Step title="Open Word Level Sync">
        Go to **Edit > Word Level Sync**.
      </Step>

      <Step title="Select the word">
        Click the word where you want the new line to begin.
      </Step>

      <Step title="Split the line">
        Click **Split Line**.
      </Step>

      <Step title="Save">
        Click **Save** to apply the change.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Which to use

* Use the **Lyrics Editor** when you're already fixing typos or adding missing lines — one sync job covers everything
* Use **Word Level Sync** when the text is correct and you only need cosmetic line splits
