> ## 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.

# Adjust Line Length

> Fix lyrics lines that run off the side of the screen

When a lyric line is too long to fit on screen, split it into two shorter lines. You can use the Lyrics Editor (re-runs sync) or Word Level Sync (instant split).

<Tabs>
  <Tab title="Lyrics Editor">
    Use this when you want a fresh sync after splitting.

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

      <Step title="Find the long line">
        Place the cursor where you want the break.
      </Step>

      <Step title="Insert the break">
        Press **Enter** to split the line.
      </Step>

      <Step title="Save and sync">
        Click **Save and Sync**. Watch progress in the **Jobs** tab, then click **Play** to preview.
      </Step>
    </Steps>
  </Tab>

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

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

      <Step title="Pick the split point">
        Click the word where you want the next line to begin.
      </Step>

      <Step title="Split">
        Click **Split Line**. The remaining text moves to the next line automatically.
      </Step>

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

## Related

* [Add a line break](/en/desktop/add-line-break) for full details on the two tools
* [Customize text style](/en/desktop/change-to-uppercase) to adjust the font size instead
