mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 14:55:13 -04:00
Update how-to-create-figures-for-music-scores.php
fix grammar, update SEMoS link
This commit is contained in:
parent
e11f2ad6b1
commit
8908c0a268
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<main class="manual">
|
||||
<article class="step-by-step-guide">
|
||||
<h1>How to create figures for music scores</h1>
|
||||
<p>Standard Ebooks handles instances of music notation in books by recreating them in a modern score editor and embedding them as SVG files much as any other illustration. To explain the process, consider the example of <a href="https://standardebooks.org/ebooks/george-bernard-shaw/man-and-superman"><i>Man and Superman</i></a>, which has three instances of music notation.</p>
|
||||
<p>Standard Ebooks handles instances of music notation in books by recreating them in a modern score editor and embedding them as SVG files much as any other illustration. To explain the process, let us consider the example of <a href="https://standardebooks.org/ebooks/george-bernard-shaw/man-and-superman"><i>Man and Superman</i></a>, which has three instances of music notation.</p>
|
||||
<ol>
|
||||
<li>
|
||||
<h2>Finding sources</h2>
|
||||
|
@ -38,7 +38,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<h2>Prepare the SVG file</h2>
|
||||
<p>As initially prepared by Inkscape or your vector graphics editor of choice, the SVG is unlikely to be in good shape. Any transformations need to be applied, all colour needs to be removed to allow for readers with an inverted color scheme, and the header needs to be corrected. For the complete SE guidance on SVG files, see <a href="https://standardebooks.org/manual/1.5.0/10-art-and-images#10.2">section 10.2 of the manual</a>.</p>
|
||||
<p>As initially prepared by Inkscape or your vector graphics editor of choice, the SVG is unlikely to be in good shape. Any transformations need to be applied, all colour needs to be removed to allow for readers with an inverted color scheme, and the header needs to be corrected. For the complete SE guidance on SVG files, see <a href="https://standardebooks.org/manual/1.8.1/10-art-and-images#10.2">section 10.2 of the manual</a>.</p>
|
||||
<h3>Applying transformations</h3>
|
||||
<p>As generated by MuseScore, SVG files are likely to include transform elements throughout, which need to be removed. There are several ways to do this, but the the following two are recommended.</p>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue