> 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/canvas.md).

# 画布

**画布** 是 ACE Studio 中的编排区域。在这里，您可以将所有内容作为沿时间线排列的片段进行创建、放置、移动和编辑，从而制作您的音乐作品。

## 标记线与时间线

标记线是一条静态竖线，会在白色与蓝色之间闪烁，指示播放起点，或用于粘贴等编辑操作的精确位置。您可以在时间标尺或网格上的任意位置单击，以重新定位标记线。当画布中存在选区时，标记线始终位于选区的左边界。

时间线是一条移动的竖线，用于指示当前播放位置，仅在播放开始时显示。

* 按下 <kbd>空格</kbd> 以从标记线位置开始播放。
* 按 <kbd>移位</kbd> + <kbd>空格</kbd> 以从上次暂停的位置继续播放。

## 时间标尺

时间标尺位于画布顶部，以小节和拍的音乐格式显示时间。它具有以下几个主要功能：

* **时间显示：** 以小节和拍显示项目的时间线。
* **导航与缩放：**
  * 在时间标尺上水平拖动以滚动视图。
  * 在时间标尺上垂直拖动以缩放视图。

## 网格与吸附

画布包含一个背景网格，用于表示音乐时间划分，帮助您精确对齐片段。默认情况下，编辑操作（如移动或修剪片段）会自动吸附到这些网格线上。

在画布空白区域右键单击以打开网格与吸附菜单。

* Auto - 紧密：根据画布的缩放级别自动将网格大小调整为较窄间距。
* Auto - 标准（默认）：根据画布的缩放级别自动将网格大小调整为中等间距。
* Auto - 疏松：根据画布的缩放级别自动将网格大小调整为较宽间距。
* 1-16 格/拍：将每拍划分为 1-16 个网格单元。
* 无吸附：禁用网格吸附。允许自由放置片段，无需与时间线对齐。您也可以通过按住 <kbd>Ctrl</kbd>/ <kbd>⌘Command</kbd> 进行编辑时。

## 导航与缩放

* **水平/垂直滚动：** 使用鼠标滚轮垂直滚动。按住 <kbd>移位</kbd> 并在使用鼠标滚轮时进行水平滚动。
* **缩放：** 按住 <kbd>Ctrl</kbd>/ <kbd>⌘Command</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/canvas.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.
