> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/arrangement-in-canvas/chord-track.md).

# 和弦轨

和弦轨是一条特殊的全局轨道，用于创建和播放和弦进行。它是你工程中的永久组成部分，固定在轨道列表顶部。

该轨道内置了钢琴音色，因此你可以听到自己创建的和弦。你可以通过轨道标题栏上的专用静音和音量控制，以及 [混音器](/docs/product-wiki-zh/gong-cheng/mixing/mixer.md).

要显示或隐藏和弦轨，请点击轨道列表标题栏中的和弦轨按钮。

## 创建和弦

在和弦轨上，双击你希望和弦进行开始的位置网格。这将创建一个新的和弦片段，预填充四个默认和弦。

### 编辑和弦

* 选中片段中的某个和弦即可对其进行编辑。底部会显示和弦编辑窗。
* 在编辑窗中，你可以选择根音和和弦性质（例如：大三和弦、小三和弦、七和弦）。
* 要设置不同的贝斯音（转位），请点击“贝斯”按钮，然后从键盘显示中选择新的贝斯音。

### 调整并添加和弦

* 拖动任意和弦的右边界即可更改其音符时长。
* 点击 <kbd>+</kbd> 将鼠标悬停在和弦之间或之后时出现的按钮，用于插入新的和弦。
* 要让整个和弦进行更长，只需拖动和弦片段本身的右边缘。

## 和弦循环段

一旦你创建了满意的和弦进行，就可以轻松将其循环。

* 点击循环段 <kbd>+</kbd> 按钮位于和弦片段右上角。这将创建你进行的第一个循环段。
* 创建第一个循环段后，你只需拖动最后一个循环区段的右边界，即可让循环段进一步延伸到时间线上。

## 将和弦进行用作背景

和弦轨可以通过在钢琴卷帘窗背景中显示和声，成为强大的作曲参考。这有助于你写出与和弦同调的旋律和贝斯线。

编辑音符时，请在钢琴卷帘窗工具栏中找到音阶模式设置。将模式从“音阶”切换为“和弦”。

启用后，和弦轨中当前和弦的音符会在钢琴卷帘窗网格中高亮显示。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/arrangement-in-canvas/chord-track.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
