question.html 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4. <title>常见问题</title>
  5. <style type="text/css">
  6. html {
  7. -webkit-print-color-adjust: exact;
  8. }
  9. * {
  10. box-sizing: border-box;
  11. -webkit-print-color-adjust: exact;
  12. }
  13. html,
  14. body {
  15. margin: 0;
  16. padding: 0;
  17. }
  18. @media only screen {
  19. body {
  20. margin: 2em auto;
  21. max-width: 900px;
  22. color: rgb(55, 53, 47);
  23. }
  24. }
  25. body {
  26. line-height: 1.5;
  27. white-space: pre-wrap;
  28. }
  29. a,
  30. a.visited {
  31. color: inherit;
  32. text-decoration: underline;
  33. }
  34. .pdf-relative-link-path {
  35. font-size: 80%;
  36. color: #444;
  37. }
  38. h1,
  39. h2,
  40. h3 {
  41. letter-spacing: -0.01em;
  42. line-height: 1.2;
  43. font-weight: 600;
  44. margin-bottom: 0;
  45. }
  46. .page-title {
  47. font-size: 2.5rem;
  48. font-weight: 700;
  49. margin-top: 0;
  50. margin-bottom: 0.75em;
  51. }
  52. .callout {
  53. border-radius: 3px;
  54. padding: 1rem;
  55. }
  56. figure {
  57. margin: 1.25em 0;
  58. page-break-inside: avoid;
  59. }
  60. .icon {
  61. display: flex;
  62. align-items: center;
  63. max-width: 1.2em;
  64. max-height: 1.2em;
  65. text-decoration: none;
  66. vertical-align: text-bottom;
  67. margin-right: 0.5em;
  68. }
  69. img.icon {
  70. border-radius: 3px;
  71. }
  72. .image {
  73. border: none;
  74. margin: 0.5em 0 1.5em;
  75. padding: 0;
  76. border-radius: 0;
  77. text-align: center;
  78. }
  79. .block-color-gray_background {
  80. background: rgba(241, 241, 239, 1);
  81. }
  82. </style>
  83. </head>
  84. <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>
  85. </body>
  86. </html>