index.html 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>《曲谱排版规范》</title><style>
  2. /* cspell:disable-file */
  3. /* webkit printing magic: print all background colors */
  4. html {
  5. -webkit-print-color-adjust: exact;
  6. }
  7. * {
  8. box-sizing: border-box;
  9. -webkit-print-color-adjust: exact;
  10. }
  11. html,
  12. body {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. @media only screen {
  17. body {
  18. margin: 2em auto;
  19. max-width: 900px;
  20. color: rgb(55, 53, 47);
  21. }
  22. }
  23. body {
  24. line-height: 1.5;
  25. white-space: pre-wrap;
  26. }
  27. a,
  28. a.visited {
  29. color: inherit;
  30. text-decoration: underline;
  31. }
  32. .pdf-relative-link-path {
  33. font-size: 80%;
  34. color: #444;
  35. }
  36. h1,
  37. h2,
  38. h3 {
  39. letter-spacing: -0.01em;
  40. line-height: 1.2;
  41. font-weight: 600;
  42. margin-bottom: 0;
  43. }
  44. .page-title {
  45. font-size: 2.5rem;
  46. font-weight: 700;
  47. margin-top: 0;
  48. margin-bottom: 0.75em;
  49. }
  50. h1 {
  51. font-size: 1.875rem;
  52. margin-top: 1.875rem;
  53. }
  54. h2 {
  55. font-size: 1.5rem;
  56. margin-top: 1.5rem;
  57. }
  58. h3 {
  59. font-size: 1.25rem;
  60. margin-top: 1.25rem;
  61. }
  62. .source {
  63. border: 1px solid #ddd;
  64. border-radius: 3px;
  65. padding: 1.5em;
  66. word-break: break-all;
  67. }
  68. .callout {
  69. border-radius: 3px;
  70. padding: 1rem;
  71. }
  72. figure {
  73. margin: 1.25em 0;
  74. page-break-inside: avoid;
  75. }
  76. figcaption {
  77. opacity: 0.5;
  78. font-size: 85%;
  79. margin-top: 0.5em;
  80. }
  81. mark {
  82. background-color: transparent;
  83. }
  84. .indented {
  85. padding-left: 1.5em;
  86. }
  87. hr {
  88. background: transparent;
  89. display: block;
  90. width: 100%;
  91. height: 1px;
  92. visibility: visible;
  93. border: none;
  94. border-bottom: 1px solid rgba(55, 53, 47, 0.09);
  95. }
  96. img {
  97. max-width: 100%;
  98. }
  99. @media only print {
  100. img {
  101. max-height: 100vh;
  102. object-fit: contain;
  103. }
  104. }
  105. @page {
  106. margin: 1in;
  107. }
  108. .collection-content {
  109. font-size: 0.875rem;
  110. }
  111. .column-list {
  112. display: flex;
  113. justify-content: space-between;
  114. }
  115. .column {
  116. padding: 0 1em;
  117. }
  118. .column:first-child {
  119. padding-left: 0;
  120. }
  121. .column:last-child {
  122. padding-right: 0;
  123. }
  124. .table_of_contents-item {
  125. display: block;
  126. font-size: 0.875rem;
  127. line-height: 1.3;
  128. padding: 0.125rem;
  129. }
  130. .table_of_contents-indent-1 {
  131. margin-left: 1.5rem;
  132. }
  133. .table_of_contents-indent-2 {
  134. margin-left: 3rem;
  135. }
  136. .table_of_contents-indent-3 {
  137. margin-left: 4.5rem;
  138. }
  139. .table_of_contents-link {
  140. text-decoration: none;
  141. opacity: 0.7;
  142. border-bottom: 1px solid rgba(55, 53, 47, 0.18);
  143. }
  144. table,
  145. th,
  146. td {
  147. border: 1px solid rgba(55, 53, 47, 0.09);
  148. border-collapse: collapse;
  149. }
  150. table {
  151. border-left: none;
  152. border-right: none;
  153. }
  154. th,
  155. td {
  156. font-weight: normal;
  157. padding: 0.25em 0.5em;
  158. line-height: 1.5;
  159. min-height: 1.5em;
  160. text-align: left;
  161. }
  162. th {
  163. color: rgba(55, 53, 47, 0.6);
  164. }
  165. ol,
  166. ul {
  167. margin: 0;
  168. margin-block-start: 0.6em;
  169. margin-block-end: 0.6em;
  170. }
  171. li > ol:first-child,
  172. li > ul:first-child {
  173. margin-block-start: 0.6em;
  174. }
  175. ul > li {
  176. list-style: disc;
  177. }
  178. ul.to-do-list {
  179. text-indent: -1.7em;
  180. }
  181. ul.to-do-list > li {
  182. list-style: none;
  183. }
  184. .to-do-children-checked {
  185. text-decoration: line-through;
  186. opacity: 0.375;
  187. }
  188. ul.toggle > li {
  189. list-style: none;
  190. }
  191. ul {
  192. padding-inline-start: 1.7em;
  193. }
  194. ul > li {
  195. padding-left: 0.1em;
  196. }
  197. ol {
  198. padding-inline-start: 1.6em;
  199. }
  200. ol > li {
  201. padding-left: 0.2em;
  202. }
  203. .mono ol {
  204. padding-inline-start: 2em;
  205. }
  206. .mono ol > li {
  207. text-indent: -0.4em;
  208. }
  209. .toggle {
  210. padding-inline-start: 0em;
  211. list-style-type: none;
  212. }
  213. /* Indent toggle children */
  214. .toggle > li > details {
  215. padding-left: 1.7em;
  216. }
  217. .toggle > li > details > summary {
  218. margin-left: -1.1em;
  219. }
  220. .selected-value {
  221. display: inline-block;
  222. padding: 0 0.5em;
  223. background: rgba(206, 205, 202, 0.5);
  224. border-radius: 3px;
  225. margin-right: 0.5em;
  226. margin-top: 0.3em;
  227. margin-bottom: 0.3em;
  228. white-space: nowrap;
  229. }
  230. .collection-title {
  231. display: inline-block;
  232. margin-right: 1em;
  233. }
  234. .simple-table {
  235. margin-top: 1em;
  236. font-size: 0.875rem;
  237. empty-cells: show;
  238. }
  239. .simple-table td {
  240. height: 29px;
  241. min-width: 120px;
  242. }
  243. .simple-table th {
  244. height: 29px;
  245. min-width: 120px;
  246. }
  247. .simple-table-header-color {
  248. background: rgb(247, 246, 243);
  249. color: black;
  250. }
  251. .simple-table-header {
  252. font-weight: 500;
  253. }
  254. time {
  255. opacity: 0.5;
  256. }
  257. .icon {
  258. display: flex;
  259. align-items: center;
  260. max-width: 1.2em;
  261. max-height: 1.2em;
  262. text-decoration: none;
  263. vertical-align: text-bottom;
  264. margin-right: 0.5em;
  265. }
  266. img.icon {
  267. border-radius: 3px;
  268. }
  269. .user-icon {
  270. width: 1.5em;
  271. height: 1.5em;
  272. border-radius: 100%;
  273. margin-right: 0.5rem;
  274. }
  275. .user-icon-inner {
  276. font-size: 0.8em;
  277. }
  278. .text-icon {
  279. border: 1px solid #000;
  280. text-align: center;
  281. }
  282. .page-cover-image {
  283. display: block;
  284. object-fit: cover;
  285. width: 100%;
  286. max-height: 30vh;
  287. }
  288. .page-header-icon {
  289. font-size: 3rem;
  290. margin-bottom: 1rem;
  291. }
  292. .page-header-icon-with-cover {
  293. margin-top: -0.72em;
  294. margin-left: 0.07em;
  295. }
  296. .page-header-icon img {
  297. border-radius: 3px;
  298. }
  299. .link-to-page {
  300. margin: 1em 0;
  301. padding: 0;
  302. border: none;
  303. font-weight: 500;
  304. }
  305. p > .user {
  306. opacity: 0.5;
  307. }
  308. td > .user,
  309. td > time {
  310. white-space: nowrap;
  311. }
  312. input[type="checkbox"] {
  313. transform: scale(1.5);
  314. margin-right: 0.6em;
  315. vertical-align: middle;
  316. }
  317. p {
  318. margin-top: 0.5em;
  319. margin-bottom: 0.5em;
  320. }
  321. .image {
  322. border: none;
  323. margin: 1.5em 0;
  324. padding: 0;
  325. border-radius: 0;
  326. text-align: center;
  327. }
  328. .code,
  329. code {
  330. background: rgba(135, 131, 120, 0.15);
  331. border-radius: 3px;
  332. padding: 0.2em 0.4em;
  333. border-radius: 3px;
  334. font-size: 85%;
  335. tab-size: 2;
  336. }
  337. code {
  338. color: #eb5757;
  339. }
  340. .code {
  341. padding: 1.5em 1em;
  342. }
  343. .code-wrap {
  344. white-space: pre-wrap;
  345. word-break: break-all;
  346. }
  347. .code > code {
  348. background: none;
  349. padding: 0;
  350. font-size: 100%;
  351. color: inherit;
  352. }
  353. blockquote {
  354. font-size: 1.25em;
  355. margin: 1em 0;
  356. padding-left: 1em;
  357. border-left: 3px solid rgb(55, 53, 47);
  358. }
  359. .bookmark {
  360. text-decoration: none;
  361. max-height: 8em;
  362. padding: 0;
  363. display: flex;
  364. width: 100%;
  365. align-items: stretch;
  366. }
  367. .bookmark-title {
  368. font-size: 0.85em;
  369. overflow: hidden;
  370. text-overflow: ellipsis;
  371. height: 1.75em;
  372. white-space: nowrap;
  373. }
  374. .bookmark-text {
  375. display: flex;
  376. flex-direction: column;
  377. }
  378. .bookmark-info {
  379. flex: 4 1 180px;
  380. padding: 12px 14px 14px;
  381. display: flex;
  382. flex-direction: column;
  383. justify-content: space-between;
  384. }
  385. .bookmark-image {
  386. width: 33%;
  387. flex: 1 1 180px;
  388. display: block;
  389. position: relative;
  390. object-fit: cover;
  391. border-radius: 1px;
  392. }
  393. .bookmark-description {
  394. color: rgba(55, 53, 47, 0.6);
  395. font-size: 0.75em;
  396. overflow: hidden;
  397. max-height: 4.5em;
  398. word-break: break-word;
  399. }
  400. .bookmark-href {
  401. font-size: 0.75em;
  402. margin-top: 0.25em;
  403. }
  404. .sans { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; }
  405. .code { font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace; }
  406. .serif { font-family: Lyon-Text, Georgia, ui-serif, serif; }
  407. .mono { font-family: iawriter-mono, Nitti, Menlo, Courier, monospace; }
  408. .pdf .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK JP'; }
  409. .pdf:lang(zh-CN) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK SC'; }
  410. .pdf:lang(zh-TW) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK TC'; }
  411. .pdf:lang(ko-KR) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK KR'; }
  412. .pdf .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
  413. .pdf:lang(zh-CN) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
  414. .pdf:lang(zh-TW) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
  415. .pdf:lang(ko-KR) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
  416. .pdf .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK JP'; }
  417. .pdf:lang(zh-CN) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK SC'; }
  418. .pdf:lang(zh-TW) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK TC'; }
  419. .pdf:lang(ko-KR) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK KR'; }
  420. .pdf .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
  421. .pdf:lang(zh-CN) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
  422. .pdf:lang(zh-TW) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
  423. .pdf:lang(ko-KR) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
  424. .highlight-default {
  425. color: rgba(55, 53, 47, 1);
  426. }
  427. .highlight-gray {
  428. color: rgba(120, 119, 116, 1);
  429. fill: rgba(120, 119, 116, 1);
  430. }
  431. .highlight-brown {
  432. color: rgba(159, 107, 83, 1);
  433. fill: rgba(159, 107, 83, 1);
  434. }
  435. .highlight-orange {
  436. color: rgba(217, 115, 13, 1);
  437. fill: rgba(217, 115, 13, 1);
  438. }
  439. .highlight-yellow {
  440. color: rgba(203, 145, 47, 1);
  441. fill: rgba(203, 145, 47, 1);
  442. }
  443. .highlight-teal {
  444. color: rgba(68, 131, 97, 1);
  445. fill: rgba(68, 131, 97, 1);
  446. }
  447. .highlight-blue {
  448. color: rgba(51, 126, 169, 1);
  449. fill: rgba(51, 126, 169, 1);
  450. }
  451. .highlight-purple {
  452. color: rgba(144, 101, 176, 1);
  453. fill: rgba(144, 101, 176, 1);
  454. }
  455. .highlight-pink {
  456. color: rgba(193, 76, 138, 1);
  457. fill: rgba(193, 76, 138, 1);
  458. }
  459. .highlight-red {
  460. color: rgba(212, 76, 71, 1);
  461. fill: rgba(212, 76, 71, 1);
  462. }
  463. .highlight-gray_background {
  464. background: rgba(241, 241, 239, 1);
  465. }
  466. .highlight-brown_background {
  467. background: rgba(244, 238, 238, 1);
  468. }
  469. .highlight-orange_background {
  470. background: rgba(251, 236, 221, 1);
  471. }
  472. .highlight-yellow_background {
  473. background: rgba(251, 243, 219, 1);
  474. }
  475. .highlight-teal_background {
  476. background: rgba(237, 243, 236, 1);
  477. }
  478. .highlight-blue_background {
  479. background: rgba(231, 243, 248, 1);
  480. }
  481. .highlight-purple_background {
  482. background: rgba(244, 240, 247, 0.8);
  483. }
  484. .highlight-pink_background {
  485. background: rgba(249, 238, 243, 0.8);
  486. }
  487. .highlight-red_background {
  488. background: rgba(253, 235, 236, 1);
  489. }
  490. .block-color-default {
  491. color: inherit;
  492. fill: inherit;
  493. }
  494. .block-color-gray {
  495. color: rgba(120, 119, 116, 1);
  496. fill: rgba(120, 119, 116, 1);
  497. }
  498. .block-color-brown {
  499. color: rgba(159, 107, 83, 1);
  500. fill: rgba(159, 107, 83, 1);
  501. }
  502. .block-color-orange {
  503. color: rgba(217, 115, 13, 1);
  504. fill: rgba(217, 115, 13, 1);
  505. }
  506. .block-color-yellow {
  507. color: rgba(203, 145, 47, 1);
  508. fill: rgba(203, 145, 47, 1);
  509. }
  510. .block-color-teal {
  511. color: rgba(68, 131, 97, 1);
  512. fill: rgba(68, 131, 97, 1);
  513. }
  514. .block-color-blue {
  515. color: rgba(51, 126, 169, 1);
  516. fill: rgba(51, 126, 169, 1);
  517. }
  518. .block-color-purple {
  519. color: rgba(144, 101, 176, 1);
  520. fill: rgba(144, 101, 176, 1);
  521. }
  522. .block-color-pink {
  523. color: rgba(193, 76, 138, 1);
  524. fill: rgba(193, 76, 138, 1);
  525. }
  526. .block-color-red {
  527. color: rgba(212, 76, 71, 1);
  528. fill: rgba(212, 76, 71, 1);
  529. }
  530. .block-color-gray_background {
  531. background: rgba(241, 241, 239, 1);
  532. }
  533. .block-color-brown_background {
  534. background: rgba(244, 238, 238, 1);
  535. }
  536. .block-color-orange_background {
  537. background: rgba(251, 236, 221, 1);
  538. }
  539. .block-color-yellow_background {
  540. background: rgba(251, 243, 219, 1);
  541. }
  542. .block-color-teal_background {
  543. background: rgba(237, 243, 236, 1);
  544. }
  545. .block-color-blue_background {
  546. background: rgba(231, 243, 248, 1);
  547. }
  548. .block-color-purple_background {
  549. background: rgba(244, 240, 247, 0.8);
  550. }
  551. .block-color-pink_background {
  552. background: rgba(249, 238, 243, 0.8);
  553. }
  554. .block-color-red_background {
  555. background: rgba(253, 235, 236, 1);
  556. }
  557. .select-value-color-pink { background-color: rgba(245, 224, 233, 1); }
  558. .select-value-color-purple { background-color: rgba(232, 222, 238, 1); }
  559. .select-value-color-green { background-color: rgba(219, 237, 219, 1); }
  560. .select-value-color-gray { background-color: rgba(227, 226, 224, 1); }
  561. .select-value-color-opaquegray { background-color: rgba(255, 255, 255, 0.0375); }
  562. .select-value-color-orange { background-color: rgba(250, 222, 201, 1); }
  563. .select-value-color-brown { background-color: rgba(238, 224, 218, 1); }
  564. .select-value-color-red { background-color: rgba(255, 226, 221, 1); }
  565. .select-value-color-yellow { background-color: rgba(253, 236, 200, 1); }
  566. .select-value-color-blue { background-color: rgba(211, 229, 239, 1); }
  567. .checkbox {
  568. display: inline-flex;
  569. vertical-align: text-bottom;
  570. width: 16;
  571. height: 16;
  572. background-size: 16px;
  573. margin-left: 2px;
  574. margin-right: 5px;
  575. }
  576. .checkbox-on {
  577. background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
  578. }
  579. .checkbox-off {
  580. background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
  581. }
  582. /**.xml*/
  583. </style></head><body><article id="563e6245-fe0c-4c79-999f-45ab1b567486" class="page sans"><header><h1 class="page-title">《曲谱排版规范》</h1></header><div class="page-body"><ol type="1" id="e29bf488-1dc5-45fe-a041-991cdda692f5" class="numbered-list" start="1"><li>目前MIDI播放支持的乐器为国际标准的音源 ,详细乐器名称参考:</li></ol><figure id="f5d07b35-4aae-475f-b5c5-83f836fbb6fb"><a href="https://baike.baidu.com/item/General%20MIDI/9410620" class="bookmark source"><div class="bookmark-info"><div class="bookmark-text"><div class="bookmark-title">General MIDI_百度百科</div><div class="bookmark-description">General MIDI,简称 GM ,是MIDI的统一规格。虽然MIDI自己本身提供了使不同乐器能够在基础水平上互用的协定,但General MIDI提供了更进一步的规范:它要求所有的GM相容乐器达到一些共同的特点,像是能够同时演奏至少24个音符(复音),而且它包含了许多未在MIDI中规范,关于参数和控制讯息的解释,像是定义乐器可以拥有128个发声数。 General MIDI最初被标准化是在1991年,由MIDI Manufacturers Association(MMA)以及Japan MIDI Standards Committee(JMSC)共同制定,此后就被采用作为MIDI标准的追加。他被要求至少能满足以下条件: 允许同时24个发声数(包含16个旋律,和8个打击乐的声音) 能对应音符力度 能同时使用16个通道(通道10被预留为打击乐用) 每个通道能够演奏复音。 在GM被制定以前,MIDI的音色讯号以及控制讯息会因MIDI音源的制造商以及机种而不同。这使的不同的仪器之间并没有互换性。由不同的MIDI仪器做出来的曲子,在其他的MIDI仪器上播放会导致与结果可能与作者原本想表达的不同的问题。为了解决这样的问题,在1991年时,MIDI Manufacturers Association(MMA)与Japan MIDI Standards Committee(JMSC)共同制定了GM。 除了GM以外的规格,还有Roland推展的GS、YAMAHA推展的XG等。 这些几乎都是为了扩张GM的衍生规格,对GM来说是能够向上相容的。 现在有了GM2(General MIDI Level 2)规格,也是对GM的延伸。 GM仪器必须遵循以下关于乐器音色(program)以及控制事件(controller events)的惯例: 音色转换事件(Program change events) 以下的表单,列出各乐器音与与相应的音色编号(program change number)。 在General MIDI中,频道10被保留作为打击乐器使用,不论音色编号为何。 不同的音符对应到不同的打击乐器。见下表: RPN(Registered Parameter Number) 两个控制转换讯息(Control Change messages),使用控制号码101和100去选择参数跟着任何1或2bytes的资料入口讯息(Data Entry messages)(MSB = 控制器 #6, LSB = 控制器 #38)最后是&quot;End of RPN&quot; 讯息,即表示结束之讯息以下的全球Registered Parameter Numbers (RPNs) 是经过标准化的(参数由RPN LSB/MSB对规范,值则由Data Entry LSB/MSB对设定): 例:用RPN控制串设定粗调(coarse tuning)至(参数 2,值 64) 101:0, 100:2, 6:64, 101:127, 100:127</div></div><div class="bookmark-href"><img src="https://baike.baidu.com/favicon.ico" class="icon bookmark-icon"/>https://baike.baidu.com/item/General%20MIDI/9410620</div></div><img src="https://bkimg.cdn.bcebos.com/smart/962bd40735fae6cd01b6c45600b30f2442a70f82-bkimg-process,v_1,rw_1,rh_1,pad_1,color_ffffff?x-bce-process=image/format,f_auto" class="bookmark-image"/></a></figure><ol type="1" id="bf4334c6-82b0-4010-b685-b903dd2ca9e9" class="numbered-list" start="2"><li>扩展乐器名称,在以上乐器名称外新增部分特有乐器,用<mark class="highlight-red">红色文字</mark>标识</li></ol><ol type="1" id="44fceb6b-1e08-493e-9900-bf63a8859a98" class="numbered-list" start="3"><li>目前支持的声音中存在很多不需要的合成音效,目前不建议使用<mark class="highlight-yellow">黄色文字</mark>标识</li></ol><ol type="1" id="ffc4f357-5fee-44dc-9fca-ec686108bf0a" class="numbered-list" start="4"><li>曲谱乐器名称,请按照以上规范使用英文全称,可以加序号或者降调。例如:<ul id="86bed342-61de-44a2-b3be-fb25b45fb179" class="bulleted-list"><li style="list-style-type:disc">Trombone 可写为 Trombone 1、 Trombone 2或者 Trombone in Eb</li></ul><ul id="9f839158-8a53-4037-8f88-886b20ba1562" class="bulleted-list"><li style="list-style-type:disc">Electric Piano 1(Rhodes Piano) 请写为Electric Piano 1</li></ul></li></ol><ol type="1" id="1d8d7a69-8197-4a99-8502-7fdaab819e8f" class="numbered-list" start="5"><li>曲谱文件乐器名称必须与MIDI文件乐器一一对应,否则会导致原声伴奏无效</li></ol><ol type="1" id="5c99d112-4325-47cc-ba80-b0724fd671a0" class="numbered-list" start="6"><li>曲谱制作后,需要对比一下muiscXML时长与MIDI文件时长。两个文件的时长需要一致。</li></ol><ol type="1" id="24bc2ac6-e079-4cfd-ad56-db4f0c5024d9" class="numbered-list" start="7"><li>打击乐打谱时也需要用五线谱,否则会造成音频播放问题</li></ol><ol type="1" id="24bc2ac6-e079-4cfd-ad56-db4f0c502423" class="numbered-list" start="8"><li>谱面速度推荐使用数字标示,意大利术语标记不显示准确速度,实际效果为默认速度。曲谱添加速度 (notion.site)</li></ol><ol type="1" id="24bc2ac6-e079-4cfd-ad56-db4f0c502234" class="numbered-list" start="9"><li>补充渐快渐慢速度 (notion.site)</li></ol><p id="4eb33224-3751-4197-ba40-b15345efa8fa" class=""></p><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="0eb8eb28-a8ca-4ef3-904c-9ea0d84b8483"><div style="font-size:1.5em"><span class="icon">⛔</span></div><div style="width:100%">如果添加不在以下列表中的曲目会造成意想不到的问题。如显示,播放,指法错误等问题</div></figure><p id="632dbf77-4c3b-4bc9-a859-039353cbe109" class="">
  584. </p><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="ff841db1-6ba7-4809-93d1-4ddfa2b9e2f9"><div style="font-size:1.5em"><span class="icon">💡</span></div><div style="width:100%">以下是目前实际运行的分类</div></figure><h3 id="3ce48b52-17c6-4725-b172-c8aacb73e058" class="">声部分类规范</h3><blockquote id="de90ab76-9da9-4de3-9536-fc7ba9d036aa" class="">除打击乐统一归为一类,其它乐器按照同一指法归为一类,无指法并且非打击乐统一归为其它分类,原声伴奏切换时会操作同类的是否静音</blockquote><ul id="abb5c0d9-1286-46bc-af86-36e27be43cea" class="toggle"><li><details open=""><summary><mark class="highlight-red">(23) 打击乐</mark></summary><ul id="7b089254-4c19-4f32-a238-23412650eb24" class="bulleted-list"><li style="list-style-type:disc">112 Tinkle Bell 叮当铃</li></ul><ul id="06b5f917-7381-4d4b-a723-c1c13403c5ec" class="bulleted-list"><li style="list-style-type:disc">113 Agogo 阿哥哥铃</li></ul><ul id="a50d545f-2bda-43cb-aa40-d95a64771f22" class="bulleted-list"><li style="list-style-type:disc">114 Steel Drums 钢鼓</li></ul><ul id="faa1b0cd-0bc9-46cd-bccc-31e0996d0977" class="bulleted-list"><li style="list-style-type:disc">115 Woodblock木鱼</li></ul><ul id="b9bacd40-472f-4607-a8ed-c0a26d58905f" class="bulleted-list"><li style="list-style-type:disc">116 Taiko Drum 太鼓</li></ul><ul id="62457385-9e44-4ee7-bdd1-15ade102c25f" class="bulleted-list"><li style="list-style-type:disc">117 Melodic Tom 通通鼓</li></ul><ul id="4265d685-9fb4-4dc1-a167-2a7095070143" class="bulleted-list"><li style="list-style-type:disc">118 Synth Drum 合成鼓</li></ul><ul id="e53859ed-1a12-46af-adc7-b33489c43133" class="bulleted-list"><li style="list-style-type:disc">119 Reverse Cymbal 铜钹</li></ul><ul id="7baa9db0-d0fc-4c3a-ba72-a66c81be2082" class="bulleted-list"><li style="list-style-type:disc">35 Acoustic Bass Drum 大鼓 2</li></ul><ul id="ecd5c53e-abe0-4ead-b43c-115e2ab422c9" class="bulleted-list"><li style="list-style-type:disc">36 Bass Drum 1 大鼓 1</li></ul><ul id="314cd62e-1cd9-414e-a31c-e4e5ddaffb7b" class="bulleted-list"><li style="list-style-type:disc">37 Side Stick 小鼓鼓边</li></ul><ul id="2223c889-1be5-4e9f-8d1a-b4ea4d28d5b4" class="bulleted-list"><li style="list-style-type:disc">38 Acoustic Snare 小鼓 1</li></ul><ul id="23168d80-6ca7-4c03-9c4c-948d598bdc1a" class="bulleted-list"><li style="list-style-type:disc">39 Hand Clap 拍手</li></ul><ul id="fd17c32a-6819-4c83-960b-87f1652d45b6" class="bulleted-list"><li style="list-style-type:disc">40 Electric Snare 小鼓 2</li></ul><ul id="fd311aee-45e3-4da7-8a86-cf04d7b49de1" class="bulleted-list"><li style="list-style-type:disc">41 Low Floor Tom 低音鼓 2</li></ul><ul id="cdfd18d9-257b-43df-96b9-d0107ea63ca2" class="bulleted-list"><li style="list-style-type:disc">42 Closed Hi-Hat 闭合钹</li></ul><ul id="3b6d94e9-dc90-4700-b9ee-7f7b47c22d99" class="bulleted-list"><li style="list-style-type:disc">43 High Floor Tom 低音鼓 1</li></ul><ul id="61f89a81-1bbb-433f-affa-09958ae460a8" class="bulleted-list"><li style="list-style-type:disc">44 Pedal Hi-Hat 脚踏钹</li></ul><ul id="3ca092c9-f276-4084-a2d0-bfe2c876bd40" class="bulleted-list"><li style="list-style-type:disc">45 Low Tom 中音鼓 2</li></ul><ul id="4169243e-307d-4fb9-b0a8-8a4db90334e7" class="bulleted-list"><li style="list-style-type:disc">46 Open Hi-Hat 强音钹</li></ul><ul id="5ad21d7e-9665-4d29-bf4a-f1d6f5927679" class="bulleted-list"><li style="list-style-type:disc">47 Low-Mid Tom 中音鼓 1</li></ul><ul id="618299a1-8227-4a46-a8d5-316bc270b5e3" class="bulleted-list"><li style="list-style-type:disc">48 Hi Mid Tom 2 高音鼓 2</li></ul><ul id="74b1346b-911a-4e7e-9b34-592531f10300" class="bulleted-list"><li style="list-style-type:disc">49 Crash Cymbal 1 强音钹 1</li></ul><ul id="aeb0f492-c03b-4c4f-aa16-a710e792d867" class="bulleted-list"><li style="list-style-type:disc">50 High Tom 高音鼓 1</li></ul><ul id="6808e5c4-44df-4c2c-b21b-114cad0f778e" class="bulleted-list"><li style="list-style-type:disc">51 Ride Cymbal 1 打点钹 1</li></ul><ul id="39fcc5b2-073e-4c23-9d47-f9d4c2945dad" class="bulleted-list"><li style="list-style-type:disc">52 Chinese Cymbal 钹</li></ul><ul id="15e71c57-bd92-46a1-a425-b1ca82a5fc04" class="bulleted-list"><li style="list-style-type:disc">53 Ride Bell 圆铃</li></ul><ul id="0fdbdce3-b855-40f8-8060-08f77f62dbcf" class="bulleted-list"><li style="list-style-type:disc">54 Tambourine 铃鼓</li></ul><ul id="b6c8d5e8-8afc-4ee7-a3e3-9dc04a597c13" class="bulleted-list"><li style="list-style-type:disc">55 Splash Cymbal 小钹铜钹</li></ul><ul id="74b8df60-208c-4c55-81d9-66f92169976b" class="bulleted-list"><li style="list-style-type:disc">56 Cowbell 牛铃</li></ul><ul id="2db39720-b178-4d25-b91b-f3d4e8517dd6" class="bulleted-list"><li style="list-style-type:disc">57 Crash Cymbal 2 强音钹 2</li></ul><ul id="c3cdbfb8-f698-42ea-82a8-3d8bbb19c4db" class="bulleted-list"><li style="list-style-type:disc">58 Vibra-Slap 颤音器</li></ul><ul id="dffaaf97-677e-4675-b96e-73495483821d" class="bulleted-list"><li style="list-style-type:disc">59 Ride Cymbal 2 打点钹 2</li></ul><ul id="39c5414d-f5a3-430e-bd55-71dc04d102a2" class="bulleted-list"><li style="list-style-type:disc">60 Hi Bongo 高音邦加鼓</li></ul><ul id="36e2520a-5056-41f5-9c6c-17f3d897fe24" class="bulleted-list"><li style="list-style-type:disc">61 Low Bongo 低音邦加鼓</li></ul><ul id="b45c8cbe-3443-4138-8ea6-a0d68cab3009" class="bulleted-list"><li style="list-style-type:disc">62 Mute Hi Conga 弱音高音康加鼓</li></ul><ul id="f54afc7f-5cb7-49b2-9800-8c738d9a7140" class="bulleted-list"><li style="list-style-type:disc">63 Open Hi Conga 强音高音康加鼓</li></ul><ul id="2651a2db-edb4-4777-ad3e-d1bd9bcca05f" class="bulleted-list"><li style="list-style-type:disc">64 Low Conga 低音康加鼓</li></ul><ul id="53cceb59-3966-469d-8500-6a553256339d" class="bulleted-list"><li style="list-style-type:disc">65 High Timbale 高音天巴鼓</li></ul><ul id="8a640d27-ff1d-4d28-908b-12cc4a91eef3" class="bulleted-list"><li style="list-style-type:disc">66 Low Timbale 低音天巴鼓</li></ul><ul id="435fb20a-beee-4fd6-a636-2697af42d873" class="bulleted-list"><li style="list-style-type:disc">67 High Agogo 高音阿哥哥</li></ul><ul id="8b3f5868-3af6-4ccf-ab3f-97e27186d62f" class="bulleted-list"><li style="list-style-type:disc">68 Low Agogo 低音阿哥哥</li></ul><ul id="5f8a1aef-7dd7-4570-90a6-2a2c20c401ad" class="bulleted-list"><li style="list-style-type:disc">69 Cabasa 串珠</li></ul><ul id="2c295a32-3fff-4731-a2f0-c21eb4b40ee7" class="bulleted-list"><li style="list-style-type:disc">70 Maracas 沙铃</li></ul><ul id="979c2636-6f71-4a7b-b29f-be74041049cd" class="bulleted-list"><li style="list-style-type:disc">71 Short Whistle 短口哨</li></ul><ul id="bc889c1f-e103-44e8-9012-b06719cb3310" class="bulleted-list"><li style="list-style-type:disc">72 Long Whistle 长口哨</li></ul><ul id="53dcb62e-5dc8-409c-b4cb-fc58e087706d" class="bulleted-list"><li style="list-style-type:disc">73 Short Guiro 短刮壶</li></ul><ul id="f8fddcc5-856f-4201-bb3a-44ddc8878383" class="bulleted-list"><li style="list-style-type:disc">74 Long Guiro 长刮壶</li></ul><ul id="86f74369-0dd9-44e9-8e12-26cd9a487e7a" class="bulleted-list"><li style="list-style-type:disc">75 Claves 梆子</li></ul><ul id="451ce641-2834-4b58-86cf-ee7654dc6e6c" class="bulleted-list"><li style="list-style-type:disc">76 Hi Wood Block 高音木块</li></ul><ul id="e15c7ee5-9fa0-4a13-aea0-89b960f51baf" class="bulleted-list"><li style="list-style-type:disc">77 Low Wood Block 低音木块</li></ul><ul id="c11d9c93-a543-4410-b135-59a26ac58172" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">78 Mute Cuica</li></ul><ul id="c08e3c6b-13a4-43ef-a036-75c564f35db3" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">79 Open Cuica</li></ul><ul id="75c27052-5212-4fea-8be8-34cd193c348f" class="bulleted-list"><li style="list-style-type:disc">80 Mute Triangle 弱音三角铁</li></ul><ul id="6814b41c-8bb8-47cd-9461-2828ad07d3d6" class="bulleted-list"><li style="list-style-type:disc">81 Open Triangle 强音三角铁</li></ul><ul id="6ff9a5be-acb0-4f3f-a67f-d04afa15510c" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Snare Drum 小军鼓</mark></li></ul><ul id="744c0351-bd06-4512-b85d-3ecea0709e5a" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Cymbal 镲</mark></li></ul><ul id="5b94419f-029c-4339-af10-739f5536aa49" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Cymbals 镲</mark></li></ul><ul id="91cd1788-f9eb-4374-8d83-5701adc2c3ca" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Triangle 三角铁</mark></li></ul><ul id="fb6c191d-1f6b-4728-8e56-6f6347818d03" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Vibrato 颤音琴</mark></li></ul><ul id="7da640a2-1f9d-43c0-9bf1-9da9efe55aa7" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Suspend Cymbal 吊镲</mark></li></ul><ul id="c9549809-0d9b-477d-bdf8-a6765b91f28d" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Tom-Toms 嗵嗵鼓</mark></li></ul><ul id="53613be0-a414-408b-8c81-2ff4946ee5cf" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Bell 铃铛</mark></li></ul><ul id="09ae5a58-9ff4-4851-9365-29eba5bd64fe" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Bells 铃铛</mark></li></ul><ul id="3e9a2ae3-6ae9-471d-a864-62c479cf818c" class="block-color-red bulleted-list"><li style="list-style-type:disc">crash cymbals 对镲</li></ul><ul id="6aa71c28-4ad5-4257-b3ee-9e0aba26a27a" class="block-color-red bulleted-list"><li style="list-style-type:disc">Suspend cymbals 吊镲</li></ul><ul id="ae92b4b2-6cb7-4a1f-bcd0-e4c0d1898687" class="block-color-red bulleted-list"><li style="list-style-type:disc">Castanets 响板</li></ul><ul id="b1192069-90b1-49d2-8a9a-dc5b2d77a4ff" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Drum Set 架子鼓</mark></li></ul></details></li></ul><ul id="a7ec473a-ef2a-438e-85a3-67fbe73b7fe0" class="toggle"><li><details open=""><summary><mark class="highlight-red">(6) 萨克斯</mark></summary><ul id="592f18da-636d-4f9d-b212-3bda8f8d0ddf" class="bulleted-list"><li style="list-style-type:disc">64 Soprano Sax 高音萨克斯风</li></ul><ul id="54cefea1-4ca4-4f46-8ebe-1e76032f4956" class="bulleted-list"><li style="list-style-type:disc">65 Alto Sax 中音萨克斯风</li></ul><ul id="f315339d-9fde-4707-a101-065d160a06d3" class="bulleted-list"><li style="list-style-type:disc">66 Tenor Sax 次中音萨克斯风</li></ul><ul id="d7296a61-6c33-4027-b7fa-7327fa855e91" class="bulleted-list"><li style="list-style-type:disc">67 Baritone Sax 低音萨克斯风</li></ul><ul id="6b792ff7-d4e3-4437-ac06-089bfa59b642" class="block-color-red bulleted-list"><li style="list-style-type:disc">Soprano Saxophone 高音萨克斯风</li></ul><ul id="bd50e1a4-9eef-4aea-a98a-bc47d4d41446" class="block-color-red bulleted-list"><li style="list-style-type:disc">Alto Saxophone 中音萨克斯风</li></ul><ul id="6032eb3f-25aa-491f-a9d1-ef5f207a8437" class="block-color-red bulleted-list"><li style="list-style-type:disc">Tenor Saxophone 次中音萨克斯风</li></ul><ul id="427c0bc0-54ac-4d13-9298-84693028b7d5" class="block-color-red bulleted-list"><li style="list-style-type:disc">Baritone Saxophone 低音萨克斯风</li></ul></details></li></ul><ul id="941ac197-95b9-4705-b8fe-ac9f6f244f29" class="toggle"><li><details open=""><summary><mark class="highlight-red">(4) 单簧管(黑管)</mark></summary><ul id="adaabaa7-b70c-4eb0-a9c1-01726ad3eaf5" class="bulleted-list"><li style="list-style-type:disc">Clarinet 单簧管(黑管)</li></ul><ul id="1976c853-a585-4ffd-9e78-8c998de5465a" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Alto Clarinet 中音单簧管</mark></li></ul></details></li></ul><ul id="327d681b-2529-4f00-91dc-462c60dfb86c" class="toggle"><li><details open=""><summary>(12) 小号</summary><ul id="ac660c38-a193-44f4-9ed1-221f02d74d02" class="bulleted-list"><li style="list-style-type:disc">56 Trumpet 小号</li></ul><ul id="f4f6c0da-378e-4baf-a812-af3e951974ae" class="bulleted-list"><li style="list-style-type:disc">59 Muted Trumpet 加弱音器小号</li></ul></details></li></ul><ul id="d8822ff0-a046-42a0-8c55-01d840cccb98" class="toggle"><li><details open=""><summary>(13) 圆号</summary><ul id="47999400-c8b4-4896-9370-d307f953f142" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Horn in F 圆号</mark></li></ul><ul id="ea2aa8d3-9a2c-43a0-82e0-aaf36a57e703" class="block-color-red bulleted-list"><li style="list-style-type:disc">French Horn 圆号</li></ul></details></li></ul><p id="77c48ec8-3703-4d93-86f3-3558c3fb35d4" class="">单独归为一类的乐器:</p><ul id="40375341-1472-4574-93d1-4598d356a139" class="bulleted-list"><li style="list-style-type:disc">(14) Trombone 长号</li></ul><ul id="e49256b8-89ce-45ff-a254-eef018f25cd6" class="bulleted-list"><li style="list-style-type:disc">(17) Tuba 大号</li></ul><ul id="2ca4d49d-fe66-43b4-8726-d202ea6632f1" class="bulleted-list"><li style="list-style-type:disc">(Oboe) Oboe 双簧管</li></ul><ul id="659718ea-e214-4867-8099-35096d319201" class="bulleted-list"><li style="list-style-type:disc">(English Horn) English Horn 英国管</li></ul><ul id="e761c949-1c78-468d-9730-fdf426eb7731" class="bulleted-list"><li style="list-style-type:disc">(Bassoon) Bassoon 巴松(大管)</li></ul><ul id="686d8fb2-78a0-4a24-8e54-3213ea5bd95e" class="bulleted-list"><li style="list-style-type:disc">(4) Clarinet 单簧管(黑管)</li></ul><ul id="7455718d-73b1-4756-a262-4cec1642637e" class="bulleted-list"><li style="list-style-type:disc">(120) Piccolo 短笛</li></ul><ul id="f87bf9fd-1376-44a9-a692-08b662251d20" class="bulleted-list"><li style="list-style-type:disc">(2) Flute 长笛</li></ul><ul id="c014aefd-9059-461d-801b-a66306b5e79b" class="bulleted-list"><li style="list-style-type:disc">(Recorder) Recorder 竖笛</li></ul><ul id="97039aba-195d-4266-a653-1a0dcde69e33" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">(15) Euphonium 上低音号</mark></li></ul><ul id="12491b7c-f742-4863-b5e6-c710085ad42d" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">(134) ocarina 陶笛</mark></li></ul><ul id="51ac0e83-a25d-4799-942d-6c7676faa837" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">(135) Pan Flute 排箫</mark></li></ul><ul id="2618e9d4-f6bb-483e-9df3-e922b6006b5d" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">(136) Hulusi flute 葫芦丝</mark></li></ul><ul id="eaa5bb24-b18c-4044-a2b0-c21c6cf9e2e2" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">(137) Melodica 口风琴</mark></li></ul><p id="cae6a388-039e-4a4c-8e96-255615a8b712" class="">
  585. </p><p id="265579d6-adac-47c1-a5f0-679c5f83fa82" class="">以上未列出乐器的统一归为其它分类(<mark class="highlight-yellow">黄色文字</mark>的乐器目前不支持)</p><p id="51f25c10-02e1-4b0a-a9d6-6a4ef7d0a401" class="">
  586. </p><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="a4df24fd-e991-4949-9067-c74ff390602d"><div style="font-size:1.5em"><span class="icon">💡</span></div><div style="width:100%">下面数据是所有的乐器名称,不在此范围内的请勿使用</div></figure><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="7a701922-73e7-4b71-b7d9-ff4487c89743"><div style="font-size:1.5em"><span class="icon">⚠️</span></div><div style="width:100%">额外添加的乐器一般无对应音源,仅添加翻译,指法等</div></figure><h3 id="fb0f6ada-e53d-4e6d-9673-236e092a2eb8" class="">所有乐器名称</h3><ul id="850b9bbc-4003-4c32-9916-e2bc98a36051" class="toggle"><li><details open=""><summary>Piano(钢 琴)</summary><ul id="33f4b16d-7897-44e7-a51e-6875506cbbc7" class="bulleted-list"><li style="list-style-type:disc">0 Acoustic Grand Piano 大钢琴(声学钢琴)</li></ul><ul id="8bdd185a-50e9-4e26-b5a6-08fa254485a8" class="bulleted-list"><li style="list-style-type:disc">1 Bright Acoustic Piano 明亮的钢琴</li></ul><ul id="2994ef70-6bf6-4424-9847-cea5037a84b8" class="bulleted-list"><li style="list-style-type:disc">2 Electric Grand Piano 电钢琴</li></ul><ul id="426ab446-1563-4479-944c-01013c789021" class="bulleted-list"><li style="list-style-type:disc">3 Honky-tonk Piano酒吧钢琴</li></ul><ul id="965431a5-f0dd-40c1-8ff7-a1c157dbd888" class="bulleted-list"><li style="list-style-type:disc">4 Rhodes Piano 柔和的电钢琴</li></ul><ul id="2401efbd-517b-4064-bc75-a68b23bbd73b" class="bulleted-list"><li style="list-style-type:disc">5 Chorused Piano 加合唱效果的电钢琴</li></ul><ul id="580f2993-0e1a-4bf2-86e8-60eaca057258" class="bulleted-list"><li style="list-style-type:disc">6 Harpsichord 羽管键琴(拨弦古钢琴)</li></ul><ul id="1a18459e-86d3-43be-8eb9-3438da232eec" class="bulleted-list"><li style="list-style-type:disc">7 Clavichord 科拉维科特琴(击弦古钢琴)</li></ul></details></li></ul><ul id="e54b6f5e-e7e7-432e-9fe2-1b6e71dd7b3a" class="toggle"><li><details open=""><summary>色彩打击乐器</summary><ul id="e67fda73-e286-4e5d-bb0d-a2e26830be88" class="bulleted-list"><li style="list-style-type:disc">8 Celesta 钢片琴</li></ul><ul id="a579c4cd-b021-4bd2-b6cb-a7603a916096" class="bulleted-list"><li style="list-style-type:disc">9 Glockenspiel钟琴</li></ul><ul id="66539734-25bd-4393-b4a3-0604a5deca19" class="bulleted-list"><li style="list-style-type:disc">10 Music box 八音盒</li></ul><ul id="69cb29fc-b9e5-4fe4-8e21-fb42d3da8b33" class="bulleted-list"><li style="list-style-type:disc">11 Vibraphone 颤音琴</li></ul><ul id="1e2f36f8-7bea-4da8-8da7-f543e61489d3" class="bulleted-list"><li style="list-style-type:disc">12 Marimba 马林巴</li></ul><ul id="6c4ab7c4-f2bd-44c7-996d-720c473cc9bb" class="bulleted-list"><li style="list-style-type:disc">13 Xylophone 木琴</li></ul><ul id="d4e4eeb1-fe9f-4a01-95ec-a002c763e05d" class="bulleted-list"><li style="list-style-type:disc">14 Tubular Bells 管钟</li></ul><ul id="b7a4a77b-5697-4bd6-af2f-b18aa84efbde" class="bulleted-list"><li style="list-style-type:disc">15 Dulcimer 大扬琴</li></ul></details></li></ul><ul id="177d024d-9fa5-40f1-b998-f708cc57caca" class="toggle"><li><details open=""><summary>风琴</summary><ul id="b39f7602-86eb-4c5b-a120-6e158daae3ec" class="bulleted-list"><li style="list-style-type:disc">16 Hammond Organ 击杆风琴</li></ul><ul id="152d1bd1-fb58-466f-b7c6-77dff60ca8a7" class="bulleted-list"><li style="list-style-type:disc">17 Percussive Organ 打击式风琴</li></ul><ul id="4eeda685-5518-4cf0-90a2-8191dd142fcc" class="bulleted-list"><li style="list-style-type:disc">18 Rock Organ 摇滚风琴</li></ul><ul id="c8bbee47-ac6d-49a0-85bc-c8553e90b49b" class="bulleted-list"><li style="list-style-type:disc">19 Church Organ 教堂风琴</li></ul><ul id="e6e5cf0f-cc09-4cb4-afb2-49b8d310d0a4" class="bulleted-list"><li style="list-style-type:disc">20 Reed Organ 簧管风琴</li></ul><ul id="92251c26-9ab5-406c-bb83-6c18f4ea6eba" class="bulleted-list"><li style="list-style-type:disc">21 Accordian 手风琴</li></ul><ul id="bf77e7ca-e673-4ead-872f-dbcaf4308856" class="bulleted-list"><li style="list-style-type:disc">22 Harmonica 口琴</li></ul><ul id="6c62ea7a-b475-4dac-b67a-cf7e0458eb6b" class="bulleted-list"><li style="list-style-type:disc">23 Tango Accordian 探戈手风琴</li></ul></details></li></ul><ul id="f4208fa6-b991-469c-a060-1e32e70f9101" class="toggle"><li><details open=""><summary>吉他</summary><ul id="13a58565-622b-48aa-8529-a5490a007e22" class="bulleted-list"><li style="list-style-type:disc">24 Acoustic Guitar (nylon) 尼龙弦吉他</li></ul><ul id="583c934b-ef1d-4e2c-8088-7c71c21588f2" class="bulleted-list"><li style="list-style-type:disc">25 Acoustic Guitar (steel) 钢弦吉他</li></ul><ul id="dc90e1e8-83af-49a8-b676-e32f73715ab6" class="bulleted-list"><li style="list-style-type:disc">26 Electric Guitar (jazz) 爵士电吉他</li></ul><ul id="80bcdabb-8cc2-4b2f-b659-ab57f5ee0f85" class="bulleted-list"><li style="list-style-type:disc">27 Electric Guitar (clean) 清音电吉他</li></ul><ul id="b85b6a1a-d8a7-45ad-988c-882d8c4749bd" class="bulleted-list"><li style="list-style-type:disc">28 Electric Guitar (muted) 闷音电吉他</li></ul><ul id="a243cba1-4ccc-4baa-b82a-c26b9fa794db" class="bulleted-list"><li style="list-style-type:disc">29 Overdriven Guitar 加驱动效果的电吉他</li></ul><ul id="8d7da00c-83cd-4c2b-a77e-fceb1081084d" class="bulleted-list"><li style="list-style-type:disc">30 Distortion Guitar 加失真效果的电吉他</li></ul><ul id="5492242d-fa0c-4c3f-92a0-9e06bfceedd6" class="bulleted-list"><li style="list-style-type:disc">31 Guitar Harmonics 吉他和音</li></ul></details></li></ul><ul id="d868d804-424d-412c-bfe1-38e5078f7c6f" class="toggle"><li><details open=""><summary>贝司</summary><ul id="1798526e-e7e1-46be-9851-6ec8b45229cb" class="bulleted-list"><li style="list-style-type:disc">32 Acoustic Bass 大贝司(声学贝司)</li></ul><ul id="3a89521c-af14-4246-a454-ff50f093b523" class="bulleted-list"><li style="list-style-type:disc">33 Electric Bass(finger) 电贝司(指弹)</li></ul><ul id="6667456d-9a79-45ec-813b-93c11bba5214" class="bulleted-list"><li style="list-style-type:disc">34 Electric Bass (pick) 电贝司(拨片)</li></ul><ul id="7e5c02e6-787a-434b-b71b-449f344ed139" class="bulleted-list"><li style="list-style-type:disc">35 Fretless Bass 无品贝司</li></ul><ul id="c987b1e3-99c7-4fd3-8904-f5a9ae94c578" class="bulleted-list"><li style="list-style-type:disc">36 Slap Bass 1 掌击Bass 1</li></ul><ul id="ffde3686-e790-4ca0-8e25-2c9320cdcf7d" class="bulleted-list"><li style="list-style-type:disc">37 Slap Bass 2 掌击Bass 2</li></ul><ul id="6aafc5d9-0585-4eb3-b279-e84ac1d5a9d1" class="bulleted-list"><li style="list-style-type:disc">38 Synth Bass 1 电子合成Bass 1</li></ul><ul id="3e7dec50-9d43-4138-b413-134b252447b7" class="bulleted-list"><li style="list-style-type:disc">39 Synth Bass 2 电子合成Bass 2</li></ul></details></li></ul><ul id="fefe5336-7601-476a-8aaa-d43d281fb45e" class="toggle"><li><details open=""><summary>弦乐</summary><ul id="a430989d-6082-4ad9-ae58-2a99e7d28eed" class="bulleted-list"><li style="list-style-type:disc">40 Violin 小提琴</li></ul><ul id="336123e6-2f29-4dc8-8b55-b0e3a112d981" class="bulleted-list"><li style="list-style-type:disc">41 Viola 中提琴</li></ul><ul id="9292bde5-174b-4526-b38d-e8356567105a" class="bulleted-list"><li style="list-style-type:disc">42 Cello 大提琴</li></ul><ul id="b6e0e21f-fecb-4ec0-8ff2-03ab20ee87ac" class="bulleted-list"><li style="list-style-type:disc">43 Contrabass 低音大提琴</li></ul><ul id="155ed60d-cb11-4d35-ae15-00786682ffc9" class="bulleted-list"><li style="list-style-type:disc">44 Tremolo Strings 弦乐群颤音音色</li></ul><ul id="ecec3606-0a7b-4d14-a62c-292b02f2e4c9" class="bulleted-list"><li style="list-style-type:disc">45 Pizzicato Strings 弦乐群拨弦音色</li></ul><ul id="7172dd2e-a5e6-477b-842e-5f53645ac3ac" class="bulleted-list"><li style="list-style-type:disc">46 Orchestral Harp 竖琴</li></ul><ul id="e013e618-aebb-4314-8b51-cb9875462248" class="bulleted-list"><li style="list-style-type:disc">47 Timpani 定音鼓</li></ul></details></li></ul><ul id="bacf6ead-2c54-4351-88f1-799402eb4cc1" class="toggle"><li><details open=""><summary>合奏/合唱</summary><ul id="52cb450d-09c5-4ced-a8aa-7b10904580eb" class="bulleted-list"><li style="list-style-type:disc">48 String Ensemble 1 弦乐合奏音色1</li></ul><ul id="3f28fa27-2293-4f43-ac80-c4191f347210" class="bulleted-list"><li style="list-style-type:disc">49 String Ensemble 2 弦乐合奏音色2</li></ul><ul id="bd5e12d5-c8fb-4016-9f74-1c751721454d" class="bulleted-list"><li style="list-style-type:disc">50 Synth Strings 1 合成弦乐合奏音色1</li></ul><ul id="74c091cf-a947-464c-9f20-f03154ce9861" class="bulleted-list"><li style="list-style-type:disc">51 Synth Strings 2 合成弦乐合奏音色2</li></ul><ul id="fa6eb090-a08b-4618-a231-09108914767e" class="bulleted-list"><li style="list-style-type:disc">52 Choir Aahs 人声合唱“啊”</li></ul><ul id="c698ccf9-72af-4d58-b4a5-65af9629a4ca" class="bulleted-list"><li style="list-style-type:disc">53 Voice Oohs 人声“嘟”</li></ul><ul id="71e1a2cc-cf63-4cf0-86a8-5d2def763cb4" class="bulleted-list"><li style="list-style-type:disc">54 Synth Voice 合成人声</li></ul><ul id="c0aa1c81-6c50-4cd2-a74d-9351db90f885" class="bulleted-list"><li style="list-style-type:disc">55 Orchestra Hit 管弦乐敲击齐奏</li></ul></details></li></ul><ul id="9f2a8f70-054b-4769-a6e3-ed235762b0f2" class="toggle"><li><details open=""><summary>铜管</summary><ul id="519aa80f-cc4b-42da-96b1-e7f24e689ef2" class="bulleted-list"><li style="list-style-type:disc">56 Trumpet 小号</li></ul><ul id="54ea5cb9-ea71-463b-8714-b61bf9d788da" class="bulleted-list"><li style="list-style-type:disc">57 Trombone 长号</li></ul><ul id="5d83351c-d0ad-4bd3-9d32-c4a0ad59872f" class="bulleted-list"><li style="list-style-type:disc">58 Tuba 大号</li></ul><ul id="374bc3df-1960-49f3-a865-dc9cf3b23b6d" class="bulleted-list"><li style="list-style-type:disc">59 Muted Trumpet 加弱音器小号</li></ul><ul id="562a7ff3-3748-45dc-97fc-5cdc47b3ce42" class="bulleted-list"><li style="list-style-type:disc">60 French Horn 法国号(圆号)</li></ul><ul id="d9693102-db38-479d-97dd-3d1b10839eaa" class="bulleted-list"><li style="list-style-type:disc">61 Brass Section 铜管组(铜管乐器合奏音色)</li></ul><ul id="37bb4a2c-563a-458a-be4d-d81c69fb133b" class="bulleted-list"><li style="list-style-type:disc">62 Synth Brass 1 合成铜管音色1</li></ul><ul id="886b55cc-70f3-4810-ab90-0aebdd4e8daa" class="bulleted-list"><li style="list-style-type:disc">63 Synth Brass 2 合成铜管音色2</li></ul></details></li></ul><ul id="a6f7c060-cdfe-4c6d-b75d-03a547c277f7" class="toggle"><li><details open=""><summary>簧管</summary><ul id="3449384f-81d1-433f-a2b5-b488e77ed23a" class="bulleted-list"><li style="list-style-type:disc">64 Soprano Sax 高音萨克斯风</li></ul><ul id="897ed32a-f54f-4458-b09a-0f925794622e" class="bulleted-list"><li style="list-style-type:disc">65 Alto Sax 中音萨克斯风</li></ul><ul id="65590963-6fae-4aba-9f57-3ebc1369a03c" class="bulleted-list"><li style="list-style-type:disc">66 Tenor Sax 次中音萨克斯风</li></ul><ul id="5525fd05-16aa-4f4f-aa0e-1558ead11fda" class="bulleted-list"><li style="list-style-type:disc">67 Baritone Sax 低音萨克斯风</li></ul><ul id="bc538d14-3b61-4138-bcfb-69675abe33cc" class="bulleted-list"><li style="list-style-type:disc">68 Oboe 双簧管</li></ul><ul id="bb71b8fb-5c21-4b87-b5c3-582cecf00ae3" class="bulleted-list"><li style="list-style-type:disc">69 English Horn 英国管</li></ul><ul id="e61a0279-8408-417e-8d8e-05b29b2a8bd9" class="bulleted-list"><li style="list-style-type:disc">70 Bassoon 巴松(大管)</li></ul><ul id="42ea88e0-fd02-435d-8813-c5c56cc2cd7b" class="bulleted-list"><li style="list-style-type:disc">71 Clarinet 单簧管(黑管)</li></ul></details></li></ul><ul id="fba3938b-ce0f-43e7-b61e-45d304c76ac7" class="toggle"><li><details open=""><summary>笛</summary><ul id="ea7b8b64-b36f-4ccd-9a16-6ffc926a6f23" class="bulleted-list"><li style="list-style-type:disc">72 Piccolo 短笛</li></ul><ul id="2c896051-cf1b-452d-915d-9068fe01b965" class="bulleted-list"><li style="list-style-type:disc">73 Flute 长笛</li></ul><ul id="ad9ce996-a12e-4a16-9274-9511cc00b109" class="bulleted-list"><li style="list-style-type:disc">74 Recorder 竖笛</li></ul><ul id="e0be5f44-6e8c-4025-8702-d3282def4b6d" class="bulleted-list"><li style="list-style-type:disc">75 Pan Flute 排箫</li></ul><ul id="07557554-3bc2-4c47-a2d7-e6583fdd2e76" class="bulleted-list"><li style="list-style-type:disc">76 Bottle Blow 瓶木管</li></ul><ul id="241b9790-bdfe-4afc-a0ed-195bf35cd6b0" class="bulleted-list"><li style="list-style-type:disc">77 Shakuhachi日本尺八</li></ul><ul id="c1e590c2-63f9-456f-abb5-9843c74446e4" class="bulleted-list"><li style="list-style-type:disc">78 Whistle 口哨声</li></ul><ul id="0d1a76eb-3c0c-477c-80cb-be2d5bc11ca7" class="bulleted-list"><li style="list-style-type:disc">79 Ocarina 奥卡雷那</li></ul></details></li></ul><ul id="4c25292e-cb4b-489c-ba8b-7146b38c0a33" class="toggle"><li><details open=""><summary><mark class="highlight-yellow">合成主音</mark></summary><ul id="998cbcff-ba1c-4c15-b83b-9cbe0fde28ed" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">80 Lead 1 (square) 合成主音1(方波)</mark></li></ul><ul id="3ae62878-f81d-4917-bfb2-2258dd4d1875" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">81 Lead 2 (sawtooth) 合成主音2(锯齿波)</mark></li></ul><ul id="6ae77498-7572-4157-a7b2-f8378e9c5a70" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">82 Lead 3 (caliope lead) 合成主音3</mark></li></ul><ul id="42ef16d6-fa46-4acf-a5a3-1a0d8ddf144d" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">83 Lead 4 (chiff lead) 合成主音4</mark></li></ul><ul id="2eea3eb7-90c7-444f-9d27-51c07000bebc" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">84 Lead 5 (charang) 合成主音5</mark></li></ul><ul id="2a3ccd1a-95be-4f0b-ba1e-15b5e3e15949" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">85 Lead 6 (voice) 合成主音6(人声)</mark></li></ul><ul id="9e0652e9-b6ad-48a1-836d-40299f9d20cc" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">86 Lead 7 (fifths) 合成主音7(平行五度)</mark></li></ul><ul id="8ef81a35-f0f5-4230-b390-747c42826c4f" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">87 Lead 8 (bass+lead)合成主音8(贝司加主音)</mark></li></ul></details></li></ul><ul id="3e1cba4e-bf76-4900-8064-846bfccc4d3c" class="toggle"><li><details open=""><summary><mark class="highlight-yellow">合成音色</mark></summary><ul id="6624490c-2339-41cf-bb06-c5dd12ad623e" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">88 Pad 1 (new age) 合成音色1(新世纪)</mark></li></ul><ul id="74701d41-1c62-43aa-9de1-b4cdc6b5d14f" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">89 Pad 2 (warm) 合成音色2 (温暖)</li></ul><ul id="f88b222d-7c58-4bc2-b6ee-eabed040a427" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">90 Pad 3 (polysynth) 合成音色3</li></ul><ul id="d214a6b5-5da3-42cb-8ee3-f21446055cec" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">91 Pad 4 (choir) 合成音色4 (合唱)</li></ul><ul id="0d79b57c-bba7-4c2b-bbcb-ff5b82a9897d" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">92 Pad 5 (bowed) 合成音色5</li></ul><ul id="0fbe95e5-00b1-405c-9507-3e114ff3003b" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">93 Pad 6 (metallic) 合成音色6 (金属声)</li></ul><ul id="9862369a-26d1-473c-a699-646cc4c618b2" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">94 Pad 7 (halo) 合成音色7 (光环)</li></ul><ul id="5a0ee1e5-081e-471f-9e65-7bee902fabca" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">95 Pad 8 (sweep) 合成音色8</li></ul></details></li></ul><ul id="dba458ad-5937-41fa-9a32-856b324ca80f" class="toggle"><li><details open=""><summary><mark class="highlight-yellow">合成效果</mark></summary><ul id="a8e2f8a1-cd64-4f88-b1d2-9207464ef728" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">96 FX 1 (rain) 合成效果 1 雨声</li></ul><ul id="b58bebf7-652a-4828-8099-df51b55a5ea5" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">97 FX 2 (soundtrack) 合成效果 2 音轨</li></ul><ul id="6428577c-1d09-4b74-a77a-120d1470bf34" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">98 FX 3 (crystal) 合成效果 3 水晶</li></ul><ul id="61eb6d26-ae86-4db7-aba9-edf26990a49b" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">99 FX 4 (atmosphere) 合成效果 4 大气</li></ul><ul id="0401c69c-270b-4b8a-86b1-d613fc0a2db8" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">100 FX 5 (brightness) 合成效果 5 明亮</li></ul><ul id="637b9c73-8cdf-42ea-86a9-e35dacde4671" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">101 FX 6 (goblins) 合成效果 6 鬼怪</li></ul><ul id="75873383-3eff-4b86-8a71-e5b17be22579" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">102 FX 7 (echoes) 合成效果 7 回声</li></ul><ul id="0ac9038e-cec3-47e8-933c-752d80c5dde0" class="block-color-yellow bulleted-list"><li style="list-style-type:disc">103 FX 8 (sci-fi) 合成效果 8 科幻</li></ul></details></li></ul><ul id="f4ff40c6-4907-48f4-85fa-9db4c355ba4d" class="toggle"><li><details open=""><summary>民间乐器</summary><ul id="3284b7bf-3d0d-4ba2-bea4-8355adb3d9bf" class="bulleted-list"><li style="list-style-type:disc">104 Sitar 西塔尔(印度)</li></ul><ul id="ece9e50f-7503-419c-9f83-c628574e9576" class="bulleted-list"><li style="list-style-type:disc">105 Banjo 班卓琴(美洲)</li></ul><ul id="d7bac191-22ec-429d-a994-3ebb6da6c8e1" class="bulleted-list"><li style="list-style-type:disc">106 Shamisen 三昧线(日本)</li></ul><ul id="16d46978-ec94-4303-85a0-53fca5f26d35" class="bulleted-list"><li style="list-style-type:disc">107 Koto 十三弦筝(日本)</li></ul><ul id="4109a4f6-fd2f-4bee-938c-d39c62f3f998" class="bulleted-list"><li style="list-style-type:disc">108 Kalimba 卡林巴</li></ul><ul id="74119ad5-82e6-49ed-947e-db7bf60cbb14" class="bulleted-list"><li style="list-style-type:disc">109 Bagpipe 风笛</li></ul><ul id="699963f2-0b47-440f-ad41-a053af864768" class="bulleted-list"><li style="list-style-type:disc">110 Fiddle 民族提琴</li></ul><ul id="d97c4f8d-37aa-493e-90c9-68419fbe8115" class="bulleted-list"><li style="list-style-type:disc">111 Shanai 山奈</li></ul></details></li></ul><ul id="03a8d862-04bd-4bce-9f27-030e274ff8d9" class="toggle"><li><details open=""><summary>打击乐器</summary><ul id="ccaa9408-093e-482d-8c87-f5d29c8d92cc" class="bulleted-list"><li style="list-style-type:disc">112 Tinkle Bell 叮当铃</li></ul><ul id="da2e0e9f-1741-4a52-958c-b4cb021f7f07" class="bulleted-list"><li style="list-style-type:disc">113 Agogo 阿哥哥铃</li></ul><ul id="74ebfc3c-05cb-48b2-aaba-5d678416984d" class="bulleted-list"><li style="list-style-type:disc">114 Steel Drums 钢鼓</li></ul><ul id="f5c4a590-463a-44f1-811d-1ca13c1b4184" class="bulleted-list"><li style="list-style-type:disc">115 Woodblock木鱼</li></ul><ul id="e70e101b-f69e-41fe-a1e9-3fbc0d5ca6a3" class="bulleted-list"><li style="list-style-type:disc">116 Taiko Drum 太鼓</li></ul><ul id="557a27a6-bd93-40b8-a782-af6ba49e90e0" class="bulleted-list"><li style="list-style-type:disc">117 Melodic Tom 通通鼓</li></ul><ul id="34b160c3-ac82-492f-b0a3-30fe99efbca1" class="bulleted-list"><li style="list-style-type:disc">118 Synth Drum 合成鼓</li></ul><ul id="53be30d6-60f4-4ea8-9d6f-b75daaf3ea0e" class="bulleted-list"><li style="list-style-type:disc">119 Reverse Cymbal 铜钹</li></ul></details></li></ul><ul id="d71f1f85-c61c-4890-a04c-1f219b5f5d25" class="toggle"><li><details open=""><summary>Sound Effects 声音效果</summary><ul id="d641fcd7-2401-461b-b294-d8d252260f5a" class="bulleted-list"><li style="list-style-type:disc">120 Guitar Fret Noise 吉他换把杂音</li></ul><ul id="3fd237e7-496c-4bc6-8200-4ddc78fcea5a" class="bulleted-list"><li style="list-style-type:disc">121 Breath Noise 呼吸声</li></ul><ul id="a39e7900-8633-4cbc-acb0-41b9004bcedd" class="bulleted-list"><li style="list-style-type:disc">122 Seashore 海浪声</li></ul><ul id="1195e23a-0561-44a5-a926-25644fc9ee1c" class="bulleted-list"><li style="list-style-type:disc">123 Bird Tweet 鸟鸣</li></ul><ul id="1cf22b1b-6f2f-42d4-8867-c54c4428fdad" class="bulleted-list"><li style="list-style-type:disc">124 Telephone Ring 电话铃</li></ul><ul id="b9f41ba5-0b64-4123-a11c-8632578b3fbd" class="bulleted-list"><li style="list-style-type:disc">125 Helicopter 直升机</li></ul><ul id="ef9346bf-474b-4c18-8ba2-56796bb32d64" class="bulleted-list"><li style="list-style-type:disc">126 Applause 鼓掌声</li></ul><ul id="21160e2d-526e-4169-8b02-08c6265fce2c" class="bulleted-list"><li style="list-style-type:disc">127 Gunshot 枪声</li></ul></details></li></ul><ul id="111ae513-a71b-4879-b961-0fa42e0703e7" class="toggle"><li><details open=""><summary>更多打击乐(<mark class="highlight-yellow">部分不支持</mark>)</summary><ul id="b0d8312c-e1d7-460b-823d-f29eaaaa62b0" class="bulleted-list"><li style="list-style-type:disc">35 Acoustic Bass Drum 大鼓 2</li></ul><ul id="5cf47d7d-46af-419c-a2d2-24c069577ea0" class="bulleted-list"><li style="list-style-type:disc">36 Bass Drum 1 大鼓 1</li></ul><ul id="b9e8c573-5b14-4d61-80ee-624e59ffb4b3" class="bulleted-list"><li style="list-style-type:disc">37 Side Stick 小鼓鼓边</li></ul><ul id="f8f27c29-f23f-4cc6-8954-959f9b3a39ab" class="bulleted-list"><li style="list-style-type:disc">38 Acoustic Snare 小鼓 1</li></ul><ul id="0ae0df55-87ee-4288-ad82-1c5d5fe63b42" class="bulleted-list"><li style="list-style-type:disc">39 Hand Clap 拍手</li></ul><ul id="e61792ea-dd79-433b-9f6a-124fbcdffb6a" class="bulleted-list"><li style="list-style-type:disc">40 Electric Snare 小鼓 2</li></ul><ul id="6a38aa7e-0ca2-4515-aea1-6dc4f163ca90" class="bulleted-list"><li style="list-style-type:disc">41 Low Floor Tom 低音鼓 2</li></ul><ul id="6488ed59-b288-4daf-90f6-ac5f04b61d45" class="bulleted-list"><li style="list-style-type:disc">42 Closed Hi-Hat 闭合钹</li></ul><ul id="408251ae-59e1-41c4-9e47-d42b79fa5bdb" class="bulleted-list"><li style="list-style-type:disc">43 High Floor Tom 低音鼓 1</li></ul><ul id="cfab1db2-a302-48b1-867a-799cf13b70b9" class="bulleted-list"><li style="list-style-type:disc">44 Pedal Hi-Hat 脚踏钹</li></ul><ul id="e70c4dd6-1034-4250-a6e1-b0d1d4ca0285" class="bulleted-list"><li style="list-style-type:disc">45 Low Tom 中音鼓 2</li></ul><ul id="e74a7c02-dd80-4217-a371-41fc1c204481" class="bulleted-list"><li style="list-style-type:disc">46 Open Hi-Hat 强音钹</li></ul><ul id="321e3df3-d725-444c-8774-94cf2832222b" class="bulleted-list"><li style="list-style-type:disc">47 Low-Mid Tom 中音鼓 1</li></ul><ul id="dea54e20-a149-4cae-81ef-26dc3a988852" class="bulleted-list"><li style="list-style-type:disc">48 Hi Mid Tom 2 高音鼓 2</li></ul><ul id="c35ce691-4ded-4375-8e24-b75ed150ef8e" class="bulleted-list"><li style="list-style-type:disc">49 Crash Cymbal 1 强音钹 1</li></ul><ul id="5e55d9bf-fff8-4297-a4ab-bef5017f7957" class="bulleted-list"><li style="list-style-type:disc">50 High Tom 高音鼓 1</li></ul><ul id="87ab4178-7c95-4bc5-b63f-f95a47b4908c" class="bulleted-list"><li style="list-style-type:disc">51 Ride Cymbal 1 打点钹 1</li></ul><ul id="15b9235d-1588-4cf5-881f-6c5bd5ba17f5" class="bulleted-list"><li style="list-style-type:disc">52 Chinese Cymbal 钹</li></ul><ul id="24d438ce-a91f-47a6-a408-8497c4ad8cd9" class="bulleted-list"><li style="list-style-type:disc">53 Ride Bell 圆铃</li></ul><ul id="af8bd1a8-da3e-49f0-a17d-f9c835692313" class="bulleted-list"><li style="list-style-type:disc">54 Tambourine 铃鼓</li></ul><ul id="323f87e5-e9db-4bae-8a61-4c197a328c94" class="bulleted-list"><li style="list-style-type:disc">55 Splash Cymbal 小钹铜钹</li></ul><ul id="c0110553-7eea-43ea-b3b8-69ac8e448ff2" class="bulleted-list"><li style="list-style-type:disc">56 Cowbell 牛铃</li></ul><ul id="5a59d809-5cc7-4b79-b22f-2ba5ce75c65a" class="bulleted-list"><li style="list-style-type:disc">57 Crash Cymbal 2 强音钹 2</li></ul><ul id="4ea3fefc-a2b5-4395-a4d2-44785518cfa5" class="bulleted-list"><li style="list-style-type:disc">58 Vibra-Slap 颤音器</li></ul><ul id="9188554d-066a-4ffc-a15c-97b79d1bf327" class="bulleted-list"><li style="list-style-type:disc">59 Ride Cymbal 2 打点钹 2</li></ul><ul id="33e612b3-d93b-44db-86ae-abd4bf1bab20" class="bulleted-list"><li style="list-style-type:disc">60 Hi Bongo 高音邦加鼓</li></ul><ul id="bb4a3beb-fe27-4c06-9b62-34f2ffd9f77d" class="bulleted-list"><li style="list-style-type:disc">61 Low Bongo 低音邦加鼓</li></ul><ul id="0ff5c259-a44d-4597-92e7-e1444b79217b" class="bulleted-list"><li style="list-style-type:disc">62 Mute Hi Conga 弱音高音康加鼓</li></ul><ul id="db0d711a-1ed7-4a37-a7eb-273c68af1741" class="bulleted-list"><li style="list-style-type:disc">63 Open Hi Conga 强音高音康加鼓</li></ul><ul id="05d8fb4a-03d7-46da-9ffb-fab38b151279" class="bulleted-list"><li style="list-style-type:disc">64 Low Conga 低音康加鼓</li></ul><ul id="98f4d4a7-cb52-4f33-93d2-2022b8928149" class="bulleted-list"><li style="list-style-type:disc">65 High Timbale 高音天巴鼓</li></ul><ul id="dadc4072-035c-47b5-97e7-3975c35a8835" class="bulleted-list"><li style="list-style-type:disc">66 Low Timbale 低音天巴鼓</li></ul><ul id="958e1c0d-988b-40e5-ac30-6699abb1f54e" class="bulleted-list"><li style="list-style-type:disc">67 High Agogo 高音阿哥哥</li></ul><ul id="7eae75c2-eb9e-43f9-ba4d-0830f51d4080" class="bulleted-list"><li style="list-style-type:disc">68 Low Agogo 低音阿哥哥</li></ul><ul id="8e469275-0032-4bc3-bc68-53a1a8b32fde" class="bulleted-list"><li style="list-style-type:disc">69 Cabasa 串珠</li></ul><ul id="a0734a0b-1529-4f82-b49a-1ec9168511f9" class="bulleted-list"><li style="list-style-type:disc">70 Maracas 沙铃</li></ul><ul id="548e7f19-a8c6-4b03-9fa7-1e5a005f0264" class="bulleted-list"><li style="list-style-type:disc">71 Short Whistle 短口哨</li></ul><ul id="0759b1f0-b37a-40b0-b398-ed328dcee7da" class="bulleted-list"><li style="list-style-type:disc">72 Long Whistle 长口哨</li></ul><ul id="b8003ddf-c8c5-4533-8a4d-35dd812b1f90" class="bulleted-list"><li style="list-style-type:disc">73 Short Guiro 短刮壶</li></ul><ul id="3d1ae507-e3b3-4f21-a2dd-93a97a58f35a" class="bulleted-list"><li style="list-style-type:disc">74 Long Guiro 长刮壶</li></ul><ul id="f3145cf8-e6dc-404e-914e-1641920ea614" class="bulleted-list"><li style="list-style-type:disc">75 Claves 梆子</li></ul><ul id="05ff888b-cbe5-416a-b1fd-335ca0d6d6b2" class="bulleted-list"><li style="list-style-type:disc">76 Hi Wood Block 高音木块</li></ul><ul id="78eb8582-e3c0-48e8-8661-8d3fe4cb737c" class="bulleted-list"><li style="list-style-type:disc">77 Low Wood Block 低音木块</li></ul><ul id="5b231d64-c171-4fed-8558-d3e82831599b" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">78 Mute Cuica</mark></li></ul><ul id="41dda6e6-fa66-42fd-a52e-caefba9711b0" class="bulleted-list"><li style="list-style-type:disc"><mark class="highlight-yellow">79 Open Cuica</mark></li></ul><ul id="f1b10cc5-577b-46d8-847d-43e2d4baaa30" class="bulleted-list"><li style="list-style-type:disc">80 Mute Triangle 弱音三角铁</li></ul><ul id="2adac9b7-9b2d-4791-962b-b8ddb348bba4" class="bulleted-list"><li style="list-style-type:disc">81 Open Triangle 强音三角铁</li></ul></details></li></ul><ul id="d62f89e6-8748-460f-a022-eee32532f01d" class="toggle"><li><details open=""><summary><mark class="highlight-red">额外添加乐器</mark></summary><ul id="5ebd2e89-2fa6-44a9-9f5e-981b6b51fda9" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Hulusi flute 葫芦丝</mark></li></ul><ul id="7f078b18-ebe8-41d6-867d-678b465eae57" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Melodica 口风琴</mark></li></ul><ul id="027d640e-1d9a-49dc-860c-ba9bc5dae9ce" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">ocarina陶笛</mark></li></ul><ul id="305b1b8f-6c31-4a3d-b417-94a490c059e4" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Pan Flute 排箫</mark></li></ul><ul id="f9490069-8f1e-49e2-8e54-99721261c681" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Snare Drum 小军鼓</mark></li></ul><ul id="9c81d734-d0c8-4881-bf1a-4c24d8d23c28" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Cymbal 镲</mark></li></ul><ul id="4862f65d-b4ca-412b-80ee-4a47f5591921" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Cymbals 镲</mark></li></ul><ul id="16a283ed-41c0-4e04-8921-f6117ed967ca" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Horn in F 圆号</mark></li></ul><ul id="e0597859-52eb-40ff-8a52-f83766d75f5d" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Triangle 三角铁</mark></li></ul><ul id="b2a13dba-a9a5-4e00-bd48-9637355c6f61" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Vibrato 颤音琴</mark></li></ul><ul id="a31f6117-f373-43bc-a8be-7e2018446b01" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Suspend Cymbal 吊镲</mark></li></ul><ul id="d5ad3b5d-69c0-413c-9ee8-ea758ad13097" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Tom-Toms 嗵嗵鼓</mark></li></ul><ul id="3c449d16-5121-4386-a7db-fc879f8dd410" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Bell 铃铛</mark></li></ul><ul id="24390096-eaf5-4cdd-8328-d82a65edaae4" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Bells 铃铛</mark></li></ul><ul id="fbae4dea-47cc-40ed-96ed-d68c189be058" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Alto Clarinet 中音单簧管</mark></li></ul><ul id="a5869378-3472-4a54-818a-d7daaa0704ac" class="block-color-red bulleted-list"><li style="list-style-type:disc">Soprano Saxophone 高音萨克斯风</li></ul><ul id="861aea35-bcac-4253-b86c-dbbee4862361" class="block-color-red bulleted-list"><li style="list-style-type:disc">Alto Saxophone 中音萨克斯风</li></ul><ul id="fcd1009c-38ce-460e-97e8-01c7bbaf75d5" class="block-color-red bulleted-list"><li style="list-style-type:disc">Tenor Saxophone 次中音萨克斯风</li></ul><ul id="b8a7cf20-7f0e-4442-95c1-09c74c7abcb4" class="block-color-red bulleted-list"><li style="list-style-type:disc">Baritone Saxophone 低音萨克斯风</li></ul><ul id="2ea1e4fb-359f-46d3-944c-2ad352a3c966" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Cornet 短号</mark></li></ul><ul id="c2623ca4-4086-4f4b-9ccb-84350b17cf36" class="block-color-red bulleted-list"><li style="list-style-type:disc"><mark class="highlight-red">Euphonium 上低音号</mark></li></ul><ul id="035c8f73-139f-4a27-8c7c-16a37b7d0403" class="block-color-red bulleted-list"><li style="list-style-type:disc">crash cymbals 对镲</li></ul><ul id="4348163f-e29e-46c5-bd0a-e7e76948db2c" class="block-color-red bulleted-list"><li style="list-style-type:disc">Suspend cymbals 吊镲</li></ul><ul id="0444ee0d-df03-4f92-a09e-ba8082700411" class="block-color-red bulleted-list"><li style="list-style-type:disc">Castanets 响板</li></ul><ul id="2d5e55fa-8c1e-484c-8bb2-1402338c42fb" class="block-color-red bulleted-list"><li style="list-style-type:disc">Drum Set 架子鼓</li></ul></details></li></ul><h1 id="65212a6c-c44a-4706-b8c0-ebe4ff161468" class="">曲谱添加速度</h1><h2 id="e64fb512-5e35-4b34-a83c-1e5bb9d9a5be" class="">默认四分音符速度</h2><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="4adcee3a-b0b2-4b98-b468-3cebdd2568ff"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">默认的速度添加方式即可 <mark class="highlight-red">如:q = 90</mark></div></figure><h2 id="62da0177-fc2d-434d-bf3d-c368f71ee329" class="">默认意大利术语速度</h2><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="597e329c-20f6-4bb4-817c-78eaf52ec7f8"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">默认显示约定的意大利术语标记,不显示准确速度 <mark class="highlight-red">如:Allegro Moderato</mark></div></figure><h2 id="e08af8a6-f9e0-4c49-9ff3-5bf8af07c925" class="">意大利术语加准确速度</h2><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="3834558d-5b1b-4d97-b3d0-7dbd92b2083c"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">意大利术语加上准确速度 <mark class="highlight-red">如:Allegro Moderato(108)</mark></div></figure><h2 id="3798f941-2c4b-4985-a7d7-d4fb15ee593d" class="">任意文字标识+准确速度显示</h2><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="6aa75c23-62b5-4e89-b5f0-02329729853b"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">可以显示任意文本并且显示准确速度 <mark class="highlight-red">如:Speed (108)</mark></div></figure><p id="8a17bf00-d275-4833-90e2-4ed2b85e7d4e" class="">
  587. </p><h2 id="0360038a-db84-4fdf-a545-71747fd10f40" class=""><details open=""><summary>速度写法</summary></details></h2><div class="indented"><ol type="1" id="adb3585b-68b8-4556-bcd4-b051231489f8" class="numbered-list" start="1"><li><mark class="highlight-orange">速度 speed</mark> 渲染显示为 <mark class="highlight-red">speed</mark></li></ol><ol type="1" id="5c691501-e973-4b12-a48e-53fe9bdcb2c6" class="numbered-list" start="2"><li><mark class="highlight-orange">Moderato</mark><mark class="highlight-red"> </mark>渲染显示为 <mark class="highlight-red">Moderato </mark>或者 <mark class="highlight-red">Moderato(120)</mark></li></ol><ol type="1" id="e2b094a7-10d1-4315-852c-bd39d970a2c0" class="numbered-list" start="3"><li><mark class="highlight-orange">速度仅文本 speed </mark>渲染显示为 <mark class="highlight-red">speed</mark></li></ol><p id="fab10a18-6184-45cc-8056-516180905572" class="">
  588. </p><p id="4d2a18dd-02cc-47d5-87cd-1be3fa7224fb" class="">
  589. </p><p id="bc374baa-7746-4956-9cbf-78a355de374b" class="">
  590. </p></div><ol type="1" id="19b91123-ea62-44c8-b1e4-bce58668d655" class="numbered-list" start="1"><li>标准速度写法</li></ol><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="5c540d4a-9d02-4891-8bb3-fb8a28149591"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">使用规范的设置速度方式即可<figure id="30261a26-10e6-45b7-82f9-b6c26ce79a7a" class="image"><a href="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled.png"><img style="width:208px" src="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled.png"/></a></figure></div></figure><ol type="1" id="3cdb837e-82e8-490d-8f1f-ff7804399c2e" class="numbered-list" start="2"><li>意大利术语速度</li></ol><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="e8223ba3-eafa-44d4-aec3-bb854779c0dc"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">用文本的方式添加 并设置具体的速度 等于意大利代表速度就不显示
  591. 文本内容:<mark class="highlight-red">Allegretto</mark><figure id="04fe23dc-c0df-48cd-ac13-c5eb43dbe1bd" class="image"><a href="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%201.png"><img style="width:328px" src="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%201.png"/></a></figure></div></figure><ol type="1" id="c253657d-02a7-40ca-ad7c-68d6c2f8ee20" class="numbered-list" start="3"><li>意大利术语速度 + 具体速度</li></ol><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="41e0cb50-9808-4322-8550-62ade5392e23"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">用文本的方式添加 并设置具体的速度 不等于意大利代表速度就不显示
  592. 文本内容:<mark class="highlight-red">Allegretto</mark><figure id="965ef32c-e908-4ff2-8940-6d2acac68503" class="image"><a href="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%202.png"><img style="width:248px" src="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%202.png"/></a></figure></div></figure><ol type="1" id="9bc67492-cca7-4864-9087-026588680cc4" class="numbered-list" start="4"><li>非意大利术语文本 + 具体速度</li></ol><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="5307de3a-e4af-4f73-a144-ec1d90b794e9"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">文本方式添加 并设置具体速度
  593. 文本内容:<mark class="highlight-red">速度 Fast Speed</mark><figure id="879dd965-e853-419d-8895-3df8a126184e" class="image"><a href="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%203.png"><img style="width:248px" src="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%203.png"/></a></figure></div></figure><ol type="1" id="71ced426-0ab0-47cb-abfb-101e5f29f2cd" class="numbered-list" start="5"><li>谱面不显示任何速度信息</li></ol><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="180e1036-7af0-410c-aa19-e52831322764"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">谱面任意位置添加文本标签
  594. 文本内容:<mark class="highlight-red">隐藏速度</mark></div></figure><ol type="1" id="47899f67-abe8-4fe4-803a-ec33ea3c14a9" class="numbered-list" start="6"><li>非意大利术语文本</li></ol><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="60b25253-81c7-40f5-96e5-4ffe7ea16525"><div style="font-size:1.5em"><span class="icon">🎶</span></div><div style="width:100%">文本方式添加 并设置具体速度
  595. 文本内容:<mark class="highlight-red">仅文本速度 Fast Speed</mark></div></figure><p id="a6a44620-5d1e-4074-9ae9-e2e55d33fb83" class="">
  596. </p><p id="b9705c9a-f750-4834-9ead-3811caa9b83d" class="">
  597. </p><h3 id="124e3e2d-58bf-4621-a822-81c7c3d7277d" class="">渐快渐慢</h3><div id="c6911684-b3de-46da-95d5-6d06e3a5adca" class="collection-content"><h4 class="collection-title">渐快渐慢速度 (1)</h4><table class="collection-content"><thead><tr><th><span class="icon property-icon"><svg viewBox="0 0 14 14" style="width:14px;height:14px;display:block;fill:rgba(55, 53, 47, 0.45);flex-shrink:0;-webkit-backface-visibility:hidden" class="typesTitle"><path d="M7.73943662,8.6971831 C7.77640845,8.7834507 7.81338028,8.8943662 7.81338028,9.00528169 C7.81338028,9.49823944 7.40669014,9.89260563 6.91373239,9.89260563 C6.53169014,9.89260563 6.19894366,9.64612676 6.08802817,9.30105634 L5.75528169,8.33978873 L2.05809859,8.33978873 L1.72535211,9.30105634 C1.61443662,9.64612676 1.2693662,9.89260563 0.887323944,9.89260563 C0.394366197,9.89260563 0,9.49823944 0,9.00528169 C0,8.8943662 0.0246478873,8.7834507 0.0616197183,8.6971831 L2.46478873,2.48591549 C2.68661972,1.90669014 3.24119718,1.5 3.90669014,1.5 C4.55985915,1.5 5.12676056,1.90669014 5.34859155,2.48591549 L7.73943662,8.6971831 Z M2.60035211,6.82394366 L5.21302817,6.82394366 L3.90669014,3.10211268 L2.60035211,6.82394366 Z M11.3996479,3.70598592 C12.7552817,3.70598592 14,4.24823944 14,5.96126761 L14,9.07922535 C14,9.52288732 13.6549296,9.89260563 13.2112676,9.89260563 C12.8169014,9.89260563 12.471831,9.59683099 12.4225352,9.19014085 C12.028169,9.6584507 11.3257042,9.95422535 10.5492958,9.95422535 C9.60035211,9.95422535 8.47887324,9.31338028 8.47887324,7.98239437 C8.47887324,6.58978873 9.60035211,6.08450704 10.5492958,6.08450704 C11.3380282,6.08450704 12.040493,6.33098592 12.4348592,6.81161972 L12.4348592,5.98591549 C12.4348592,5.38204225 11.9172535,4.98767606 11.1285211,4.98767606 C10.6602113,4.98767606 10.2411972,5.11091549 9.80985915,5.38204225 C9.72359155,5.43133803 9.61267606,5.46830986 9.50176056,5.46830986 C9.18133803,5.46830986 8.91021127,5.1971831 8.91021127,4.86443662 C8.91021127,4.64260563 9.0334507,4.44542254 9.19366197,4.34683099 C9.87147887,3.90316901 10.6232394,3.70598592 11.3996479,3.70598592 Z M11.1778169,8.8943662 C11.6830986,8.8943662 12.1760563,8.72183099 12.4348592,8.37676056 L12.4348592,7.63732394 C12.1760563,7.29225352 11.6830986,7.11971831 11.1778169,7.11971831 C10.5616197,7.11971831 10.056338,7.45246479 10.056338,8.0193662 C10.056338,8.57394366 10.5616197,8.8943662 11.1778169,8.8943662 Z M0.65625,11.125 L13.34375,11.125 C13.7061869,11.125 14,11.4188131 14,11.78125 C14,12.1436869 13.7061869,12.4375 13.34375,12.4375 L0.65625,12.4375 C0.293813133,12.4375 4.43857149e-17,12.1436869 0,11.78125 C-4.43857149e-17,11.4188131 0.293813133,11.125 0.65625,11.125 Z"></path></svg></span>标识</th><th><span class="icon property-icon"><svg viewBox="0 0 14 14" style="width:14px;height:14px;display:block;fill:rgba(55, 53, 47, 0.45);flex-shrink:0;-webkit-backface-visibility:hidden" class="typesSelect"><path d="M7,13 C10.31348,13 13,10.31371 13,7 C13,3.68629 10.31348,1 7,1 C3.68652,1 1,3.68629 1,7 C1,10.31371 3.68652,13 7,13 Z M3.75098,5.32278 C3.64893,5.19142 3.74268,5 3.90869,5 L10.09131,5 C10.25732,5 10.35107,5.19142 10.24902,5.32278 L7.15771,9.29703 C7.07764,9.39998 6.92236,9.39998 6.84229,9.29703 L3.75098,5.32278 Z"></path></svg></span>类型</th><th><span class="icon property-icon"><svg viewBox="0 0 14 14" style="width:14px;height:14px;display:block;fill:rgba(55, 53, 47, 0.45);flex-shrink:0;-webkit-backface-visibility:hidden" class="typesNumber"><path d="M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z"></path></svg></span>开始速度</th><th><span class="icon property-icon"><svg viewBox="0 0 14 14" style="width:14px;height:14px;display:block;fill:rgba(55, 53, 47, 0.45);flex-shrink:0;-webkit-backface-visibility:hidden" class="typesNumber"><path d="M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z"></path></svg></span>结束速度</th><th><span class="icon property-icon"><svg viewBox="0 0 14 14" style="width:14px;height:14px;display:block;fill:rgba(55, 53, 47, 0.45);flex-shrink:0;-webkit-backface-visibility:hidden" class="typesFormula"><path d="M7.77892,7.06304 L4.62218,11.2875 C4.58556,11.3416 4.55285,11.4392 4.5504,11.5052 C4.5504,11.7022 4.7047,11.8619 4.89562,11.8619 L11.1383,11.8619 C11.6139,11.8619 11.9996,12.2598 11.9996,12.7507 L11.9996,13.1111 C11.9996,13.602 11.6139,14 11.1383,14 L1.861927,14 C1.385853,14 1.00011061,13.602 1.00011061,13.1111 L1.00011061,12.6858 C0.99718092,12.4783 1.0523567,12.3098 1.176868,12.1466 L4.39269,7.79888 C4.74816,7.31841 4.74572,6.65139 4.38683,6.17354 L1.400013,2.19436 C1.27306,2.03028 1.216419,1.85993 1.219349,1.65006 L1.219349,0.888889 C1.219349,0.397968 1.605091,0 2.08117,0 L10.91906,0 C11.3946,0 11.7804,0.397968 11.7804,0.888889 L11.7804,1.24925 C11.7804,1.74017 11.3946,2.13814 10.91906,2.13814 L5.13634,2.13814 C4.94542,2.13814 4.79064,2.29801 4.79064,2.49522 C4.79308,2.56049 4.82482,2.65709 4.86095,2.71087 L7.78038,6.68628 C7.8297,6.74847 7.84435,6.7934 7.84142,6.87363 C7.84435,6.95493 7.82921,7.00048 7.77892,7.06304 Z"></path></svg></span>速度比例</th></tr></thead><tbody><tr id="653f3ee8-0a1a-483a-9562-962cbacfd782"><td class="cell-title"><a href="https://www.notion.so/rall-653f3ee80a1a483a9562962cbacfd782">rall</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-pink">渐慢</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">66</td><td class="cell-bK\l">1.333333333333</td></tr><tr id="4b30700e-35da-432a-b115-f4a712283741"><td class="cell-title"><a href="https://www.notion.so/poco-rit-4b30700e35da432ab115f4a712283741">poco rit.</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-pink">渐慢</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">66</td><td class="cell-bK\l">1.333333333333</td></tr><tr id="68a7a14e-e498-4d1e-8db4-ac15638b12fb"><td class="cell-title"><a href="https://www.notion.so/rit-68a7a14ee4984d1e8db4ac15638b12fb">rit.</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-pink">渐慢</span></td><td class="cell-SBbH">66</td><td class="cell-Q|&lt;u">49</td><td class="cell-bK\l">1.34693877551</td></tr><tr id="fb6d1fe8-131f-4508-9bb1-1a8c35cd8944"><td class="cell-title"><a href="https://www.notion.so/molto-rit-fb6d1fe8131f45089bb11a8c35cd8944">molto rit.</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-pink">渐慢</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">66</td><td class="cell-bK\l">1.333333333333</td></tr><tr id="970a0b37-43d1-48f5-bc77-f096c97658ef"><td class="cell-title"><a href="https://www.notion.so/molto-rall-970a0b3743d148f5bc77f096c97658ef">molto rall</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-pink">渐慢</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">66</td><td class="cell-bK\l">1.333333333333</td></tr><tr id="b84aabad-f35d-4ba3-879f-85de383cf92d"><td class="cell-title"><a href="https://www.notion.so/calando-b84aabadf35d4ba3879f85de383cf92d">calando</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-pink">渐慢</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">44</td><td class="cell-bK\l">2</td></tr><tr id="cc143173-833f-4f10-8f54-5791f1a3d4c8"><td class="cell-title"><a href="https://www.notion.so/lentando-cc143173833f4f108f545791f1a3d4c8">lentando</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-pink">渐慢</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">66</td><td class="cell-bK\l">1.333333333333</td></tr><tr id="85fb4c57-7be8-4dd9-bc14-ad0cff86fac2"><td class="cell-title"><a href="https://www.notion.so/accel-85fb4c577be84dd9bc14ad0cff86fac2">accel.</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-purple">渐快</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">110</td><td class="cell-bK\l">0.8</td></tr><tr id="366d8294-5af6-40df-9b51-3cc3c1075c29"><td class="cell-title"><a href="https://www.notion.so/poco-accel-366d82945af640df9b513cc3c1075c29">poco accel.</a></td><td class="cell-@r&lt;O"><span class="selected-value select-value-color-purple">渐快</span></td><td class="cell-SBbH">88</td><td class="cell-Q|&lt;u">110</td><td class="cell-bK\l">0.8</td></tr></tbody></table></div><h1 id="6b4a6d2f-7ca9-4891-82fa-84faa675b3c1" class="">渐快渐慢范围选择</h1><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="6eea0b56-9b9a-4fb3-9108-e6d51918e4e6"><div style="font-size:1.5em"><span class="icon">⚠️</span></div><div style="width:100%">基本规则:覆盖到音符,不要后面剩余空余部分</div></figure><p id="cc1f9866-5b1c-4623-9fd4-e3a13d370378" class="">以下是正确的选择例子:</p><ol type="1" id="67d0a4ee-1e1f-44c0-b722-47a01e3afd88" class="numbered-list" start="1"><li>正常选择到截止音符</li></ol><figure id="14436636-560b-461b-af72-aa1edf593fba" class="image"><a href="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%204.png"><img style="width:666px" src="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%204.png"/></a></figure><ol type="1" id="596af9ca-12b6-4950-a8e5-5eb6fa9bf9b4" class="numbered-list" start="2"><li>实在是无法选择最后一个的请选择到下一个变速的音</li></ol><figure id="2ba4a710-5ca6-4ed7-a3ea-f863cabcb892" class="image"><a href="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%205.png"><img style="width:580px" src="%E4%BA%91%E6%95%99%E7%BB%83%E5%90%88%E5%A5%8F%E5%88%B6%E4%BD%9C%E8%A7%84%E8%8C%83%2030261a2610e645b782f9b6c26ce79a7a/Untitled%205.png"/></a></figure><p id="9a6e2233-8fd3-472e-ad52-ae6b108be585" class="">
  598. </p></div></article></body></html>