mirror of
https://github.com/gnosygnu/xowa.git
synced 2025-06-13 12:54:14 +00:00
239 lines
9.7 KiB
HTML
239 lines
9.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html dir="ltr">
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||
|
<title>App/Xtn/Mediawiki/Score - XOWA</title>
|
||
|
<link rel="shortcut icon" href="http://xowa.org/xowa_logo.png" />
|
||
|
<link rel="stylesheet" href="http://xowa.org/xowa_common.css" type="text/css">
|
||
|
|
||
|
</head>
|
||
|
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
|
||
|
<div id="mw-page-base" class="noprint"></div>
|
||
|
<div id="mw-head-base" class="noprint"></div>
|
||
|
<div id="content" class="mw-body">
|
||
|
<h1 id="firstHeading" class="firstHeading"><span>App/Xtn/Mediawiki/Score</span></h1>
|
||
|
<div id="bodyContent" class="mw-body-content">
|
||
|
<div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
|
||
|
<div id="contentSub"></div>
|
||
|
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
|
||
|
|
||
|
<p>
|
||
|
The <a href="https://www.mediawiki.org/wiki/Extension:Score" rel="nofollow" class="external text">Score Extension</a> transforms LilyPond or ABC markup into musical scores and / or midis
|
||
|
</p>
|
||
|
<div id="toc" class="toc">
|
||
|
<div id="toctitle">
|
||
|
<h2>
|
||
|
Contents
|
||
|
</h2>
|
||
|
</div>
|
||
|
<ul>
|
||
|
<li class="toclevel-1 tocsection-1">
|
||
|
<a href="#Installation"><span class="tocnumber">1</span> <span class="toctext">Installation</span></a>
|
||
|
<ul>
|
||
|
<li class="toclevel-2 tocsection-2">
|
||
|
<a href="#Windows"><span class="tocnumber">1.1</span> <span class="toctext">Windows</span></a>
|
||
|
</li>
|
||
|
<li class="toclevel-2 tocsection-3">
|
||
|
<a href="#Linux_.28Ubuntu.2C_Mint.29"><span class="tocnumber">1.2</span> <span class="toctext">Linux (Ubuntu, Mint)</span></a>
|
||
|
</li>
|
||
|
<li class="toclevel-2 tocsection-4">
|
||
|
<a href="#Mac_OS_X"><span class="tocnumber">1.3</span> <span class="toctext">Mac OS X</span></a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="toclevel-1 tocsection-5">
|
||
|
<a href="#Configuration"><span class="tocnumber">2</span> <span class="toctext">Configuration</span></a>
|
||
|
</li>
|
||
|
<li class="toclevel-1 tocsection-6">
|
||
|
<a href="#Testing"><span class="tocnumber">3</span> <span class="toctext">Testing</span></a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<h2>
|
||
|
<span class="mw-headline" id="Installation">Installation</span>
|
||
|
</h2>
|
||
|
<p>
|
||
|
The Score extension depends on LilyPond. This package is fairly large (90 MB) and not portable (i.e.: it must be installed).
|
||
|
</p>
|
||
|
<p>
|
||
|
The following are installation instructions per operating system.
|
||
|
</p>
|
||
|
<h3>
|
||
|
<span class="mw-headline" id="Windows">Windows</span>
|
||
|
</h3>
|
||
|
<ul>
|
||
|
<li>
|
||
|
Go to the <a href="http://www.lilypond.org/windows.html" rel="nofollow" class="external text">LilyPond Windows download page</a> and download the "Windows: LilyPond *.**.*-*" package. At time of writing, this link is "Windows: LilyPond 2.16.2-1"
|
||
|
</li>
|
||
|
<li>
|
||
|
Run the exe. Choose the default installation path (C:\Program Files\Lilypond) or your XOWA bin directory (C:\xowa\bin\windows\lilypond)
|
||
|
</li>
|
||
|
</ul>
|
||
|
<h3>
|
||
|
<span class="mw-headline" id="Linux_.28Ubuntu.2C_Mint.29">Linux (Ubuntu, Mint)</span>
|
||
|
</h3>
|
||
|
<ul>
|
||
|
<li>
|
||
|
Open up a terminal and run the following:
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>
|
||
|
<code>sudo apt-get install lilypond</code>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dd>
|
||
|
This should install to /usr/bin/
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<h3>
|
||
|
<span class="mw-headline" id="Mac_OS_X">Mac OS X</span>
|
||
|
</h3>
|
||
|
<p>
|
||
|
[Note: No testing has been done with Mac OS X machines, so these are best guesses]
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
Go to the <a href="http://www.lilypond.org/macos-x.html" rel="nofollow" class="external text">LilyPond Mac OS Xdownload page</a> and download the proper "MacOS X *.**.*-*" package.
|
||
|
</li>
|
||
|
<li>
|
||
|
Install the package. It should install to /bin/
|
||
|
</li>
|
||
|
</ul>
|
||
|
<h2>
|
||
|
<span class="mw-headline" id="Configuration">Configuration</span>
|
||
|
</h2>
|
||
|
<p>
|
||
|
After the installation completes, you will need to specify the directory.
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
Go to <a href="http://xowa.org/wiki/home/page/Options/Score.html" id="xolnki_2" title="Options/Score">Options/Score</a>.
|
||
|
</li>
|
||
|
<li>
|
||
|
Configure the <b>lilypond</b> binary to whatever directory you chose above.
|
||
|
</li>
|
||
|
</ul>
|
||
|
<dl>
|
||
|
<dd>
|
||
|
For Windows, that will probably be "C:\Program Files\Lilypond\usr\bin\lilypond.exe"
|
||
|
</dd>
|
||
|
<dd>
|
||
|
For Linux, that will probably be "/usr/bin/lilypond"
|
||
|
</dd>
|
||
|
<dd>
|
||
|
For Mac OS X, that will probably be "/bin/lilypond"
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<ul>
|
||
|
<li>
|
||
|
Configure the <b>abc2ly</b> binary
|
||
|
</li>
|
||
|
</ul>
|
||
|
<dl>
|
||
|
<dd>
|
||
|
For Windows, that will probably be "C:\Program Files\Lilypond\usr\bin\python" (note that lilypond ships with python)
|
||
|
</dd>
|
||
|
<dd>
|
||
|
For Linux, that will probably be "/usr/bin/python" (note that the abc2ly.py script must be in the same directory as python)
|
||
|
</dd>
|
||
|
<dd>
|
||
|
For Mac OS X, that will probably be "/bin/python". (note that the abc2ly.py script must be in the same directory as python)
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<h2>
|
||
|
<span class="mw-headline" id="Testing">Testing</span>
|
||
|
</h2>
|
||
|
<p>
|
||
|
When you're done, visit <a href="http://xowa.org/wiki/home/page/Diagnostics.html" id="xolnki_3" title="Diagnostics" class="xowa-visited">Diagnostics</a> and click on the Score links
|
||
|
</p>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div id="mw-head" class="noprint">
|
||
|
<div id="left-navigation">
|
||
|
<div id="p-namespaces" class="vectorTabs">
|
||
|
<h3>Namespaces</h3>
|
||
|
<ul>
|
||
|
<li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id='mw-panel' class='noprint'>
|
||
|
<div id='p-logo'>
|
||
|
<a style="background-image: url(http://xowa.org/xowa_logo.png);" href="index.html" title="Visit the main page"></a>
|
||
|
</div>
|
||
|
<div class="portal" id='xowa-portal-home'>
|
||
|
<h3>XOWA</h3>
|
||
|
<div class="body">
|
||
|
<ul>
|
||
|
<li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
|
||
|
<li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="portal" id='xowa-portal-stargin'>
|
||
|
<h3>Getting started</h3>
|
||
|
<div class="body">
|
||
|
<ul>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/App/Setup/System_requirements.html" title='Get XOWA's system requirements'>Requirements</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/App/Import/Simple_Wikipedia.html" title='Learn how to set up Simple Wikipedia'>Simple Wikipedia</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/App/Import/English_Wikipedia.html" title='Learn how to set up English Wikipedia'>English Wikipedia</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/App/Import/Other_wikis.html" title='Learn how to set up other Wikipedias'>Other Wikipedias</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="portal" id='xowa-portal-help'>
|
||
|
<h3>Help</h3>
|
||
|
<div class="body">
|
||
|
<ul>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/Help/About.html" title='Get more information about XOWA'>About</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="portal" id='xowa-portal-blog'>
|
||
|
<h3>Blog</h3>
|
||
|
<div class="body">
|
||
|
<ul>
|
||
|
<li><a href="http://xowa.org/wiki/home/page/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="portal" id='xowa-portal-links'>
|
||
|
<h3>Links</h3>
|
||
|
<div class="body">
|
||
|
<ul>
|
||
|
<li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
|
||
|
<li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
|
||
|
<li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="portal" id='xowa-portal-donate'>
|
||
|
<h3>Donate</h3>
|
||
|
<div class="body">
|
||
|
<ul>
|
||
|
<li><a href="https://archive.org/donate/index.php" title="Support archive.org!">archive.org</a></li><!-- listed first due to recent fire damages: http://blog.archive.org/2013/11/06/scanning-center-fire-please-help-rebuild/ -->
|
||
|
<li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
|
||
|
<!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|