> 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/ai-yue-qi/create-instrument-sounds/articulations.md).

# 演奏法

## 什么是演奏法

演奏法是乐器演奏音符时可采用的不同技巧。例如，小提琴可以通过平滑运弓（Legato）或拨动琴弦（Pizzicato）来演奏音符。默认情况下，AI乐器使用一种 **智能** 模式，它会智能分析旋律，以应用最合适的演奏法。不过，你也可以手动为任意音符指定特定演奏法，实现完全的创作控制。

### 可用演奏法

可用的演奏法会因乐器而异。

<details>

<summary>智能</summary>

AI会根据音乐语境自动选择最佳演奏法。

</details>

<details>

<summary>通用</summary>

标准、均衡的演奏风格。

</details>

<details>

<summary>连奏</summary>

音符以平滑连贯的方式演奏，中间没有停顿。

</details>

<details>

<summary>滑音</summary>

从一个音符到下一个音符的连续音高滑动。

</details>

<details>

<summary>拨奏</summary>

用手指拨弦，而不是运弓。

</details>

<details>

<summary>震音</summary>

单个音符被极快地重复，形成颤动效果。

</details>

<details>

<summary>低吼</summary>

粗糙、沙哑或喉音化的音色，常见于爵士和摇滚。

</details>

<details>

<summary>上滑</summary>

从略低的音高向目标音符滑升。

</details>

<details>

<summary>琶音下落</summary>

由主音符向下快速展开的一串下行音符。

</details>

<details>

<summary>静音</summary>

声音被减弱或静音，营造出更柔和、共鸣更少的音色。

</details>

## 编辑演奏法

<figure><img src="/files/7a5d71c816f9e54369720d914c20351ce69150a1" alt=""><figcaption></figcaption></figure>

1. 在钢琴卷帘窗中，选择一个或多个要修改的音符。
2. 找到 **"演奏法"** 上方工具栏中的下拉菜单。
3. 从列表中选择所需的演奏法。


---

# 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/ai-yue-qi/create-instrument-sounds/articulations.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.
