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

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

## 创建和弦

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

### 编辑和弦

* 选择片段中的一个和弦即可进行编辑。和弦编辑窗将出现在底部。
* 在编辑窗中，你可以选择根音以及和弦类型（例如：大调、小调、7和弦）。
* 要设置不同的低音音符（转位），请点击“贝斯”按钮，并从键盘显示中选择新的低音音符。

### 调整并添加和弦

* 拖动任意和弦的右边界即可更改其音符时长。
* 点击 <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.
