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