> 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/hua-bu-zhong-de-bian-pai/he-xian-gui.md).

# 和弦轨

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

该轨道带有内置的钢琴音色，因此你可以听到所创建的和弦。你可以使用轨道抬头上的专用静音和音量控制以及 [混音器](/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.md).

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

## 创建和弦

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

### 编辑和弦

* 选择片段内的某个和弦以进行编辑。和弦编辑器会出现在底部。
* 在编辑器中，你可以选择根音和和弦性质（例如大调、小调、七和弦）。
* 要设置不同的低音（转位），点击“Bass”按钮，并从键盘显示中选择新的低音。

### 调整与添加和弦

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

## 和弦循环

当你创建出满意的和弦进行后，可以轻松将其循环。

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

## 将和弦进行用作背景

和弦轨可以作为强大的作曲引导，通过在Piano Roll背景中显示和声，帮助你编写与和弦调性一致的旋律和贝线。

在编辑音符时，在Piano Roll工具栏中找到Scale Mode设置。将模式从“Scale”切换为“Chord”。

启用后，和弦轨中当前和弦的音符将在Piano Roll网格上被突出显示。


---

# 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/hua-bu-zhong-de-bian-pai/he-xian-gui.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.
