1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>常见问题</title>
- <style type="text/css">
- html {
- -webkit-print-color-adjust: exact;
- }
- * {
- box-sizing: border-box;
- -webkit-print-color-adjust: exact;
- }
- html,
- body {
- margin: 0;
- padding: 0;
- }
- @media only screen {
- body {
- margin: 2em auto;
- max-width: 900px;
- color: rgb(55, 53, 47);
- }
- }
- body {
- line-height: 1.5;
- white-space: pre-wrap;
- }
- a,
- a.visited {
- color: inherit;
- text-decoration: underline;
- }
- .pdf-relative-link-path {
- font-size: 80%;
- color: #444;
- }
- h1,
- h2,
- h3 {
- letter-spacing: -0.01em;
- line-height: 1.2;
- font-weight: 600;
- margin-bottom: 0;
- }
- .page-title {
- font-size: 2.5rem;
- font-weight: 700;
- margin-top: 0;
- margin-bottom: 0.75em;
- }
- .callout {
- border-radius: 3px;
- padding: 1rem;
- }
- figure {
- margin: 1.25em 0;
- page-break-inside: avoid;
- }
- .icon {
- display: flex;
- align-items: center;
- max-width: 1.2em;
- max-height: 1.2em;
- text-decoration: none;
- vertical-align: text-bottom;
- margin-right: 0.5em;
- }
- img.icon {
- border-radius: 3px;
- }
- .image {
- border: none;
- margin: 0.5em 0 1.5em;
- padding: 0;
- border-radius: 0;
- text-align: center;
- }
- .block-color-gray_background {
- background: rgba(241, 241, 239, 1);
- }
- </style>
- </head>
- <body><h1 class="page-title">常见问题</h1><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" ><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" ><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" ><div style="font-size:1.5em"><span class="icon">⛔</span></div><div style="width:100%">如果添加不在以下列表中的曲目会造成意想不到的问题。(保留原有内容)</div></figure><ol type="1" class="numbered-list" start="1"><li><b>XML</b>与<b>MIDI</b>文件内容必须一致,推荐使用<b>Sibelius</b>打谱软件。导出设置:文件-导出-<b>MusicXML</b>-未压缩(<b>*.xml</b>),如图示:</li></ol><figure class="image"><a href="question/1.png"><img style="width:90%" src="question/1.png"/></a></figure><p style="padding-left: 40px">导出设置:文件-导出-<b>MIDI</b>-勾选其他回放设备<b>General MIDI、</b>类型<b>0</b>。不要勾选“将弱拍小节导出为具有休止符的完整小节”。不要勾选省略静音乐器。如图示</p><figure class="image"><a href="question/2.png"><img style="width:90%" src="question/2.png"/></a></figure><ol type="2" class="numbered-list" start="2"><li>如需修改<b>XML</b>内容,不可修改后覆盖保存原<b>XML</b>,正确做法是在软件里重新导出<b>XML</b>文件。否则会造成显示错误问题。</li></ol><ol type="3" class="numbered-list" start="3"><li><b>XML</b>文件中,选择的曲目声部需要在总谱的置顶位置。</li></ol><ol type="4" class="numbered-list" start="4"><li>如谱面光标和播放音频出现错位,检查谱面速度标示,推荐使用数字标示。</li></ol><ol type="5" class="numbered-list" start="5"><li>连续休止的小节需要完整展示每一个休止小节,不能以缩略方式制谱。</li></ol><ol type="6" class="numbered-list" start="6"><li>弱起小节,谱面小节必须需为完整小节,不能省略。否则谱面和播放音频会出现错位。</li></ol><p style="padding-left: 40px">如图示</p><figure class="image"><a href="question/3.png"><img style="width:90%" src="question/3.png"/></a></figure>
- </body>
- </html>
|