# 画布

**Canvas** Canvas 是 ACE Studio 中的编排区域。在此，您可以沿时间线创建、放置、移动并编辑所有内容为片段，以完成音乐作品。

## 标记线与时间线

标记线是一个静止的垂直线，在白与蓝之间闪烁，指示播放起点或粘贴等编辑操作的精确位置。你可以点击时间标尺或网格的任意位置来重新定位标记线。当画布上存在选择区域时，标记线始终位于选择的左边界。

时间线是一个移动的垂直线，表示当前播放位置，仅在开始播放时出现。

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

## 时间标尺

时间标尺位于画布顶部，以音乐格式（小节与拍）显示时间。它具有以下若干关键功能：

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

## 网格与吸附

画布具有表示音乐时间划分的背景网格，帮助你精确对齐片段。编辑操作（如移动或裁剪片段）默认会自动吸附到这些网格线。

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

* Auto-Narrow: 根据画布的缩放级别自动将网格调整为紧密间隔。
* Auto-Medium(default): 根据画布的缩放级别自动将网格调整为中等间隔。
* Auto-Wide: 根据画布的缩放级别自动将网格调整为疏松间隔。
* 1-16 格/拍：将每拍划分为 1-16 个网格格子。
* 无吸附: 禁用网格吸附。允许自由放置片段而不与时间线对齐。你也可以在编辑时按住 <kbd>Ctrl</kbd>/ <kbd>⌘Command</kbd> 来临时绕过吸附。

## 导航与缩放

* **水平/垂直滚动：** 使用鼠标滚轮进行垂直滚动。按住 <kbd>Shift</kbd> 并使用鼠标滚轮进行水平滚动。
* **缩放：** 按住 <kbd>Ctrl</kbd>/ <kbd>⌘Command</kbd> 然后使用鼠标滚轮在水平方向放大或缩小视图。
* **抓手工具：** 按住鼠标中键并拖动以在任意方向平移视图。


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/hua-bu-zhong-de-bian-qu/hua-bu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
