1
0
Fork 0
mirror of https://github.com/kastdeur/bagpipe.ly.git synced 2025-01-08 00:43:35 +01:00

Translated the readme to english and removed some outdated information.

This commit is contained in:
Sven Axelsson 2008-04-25 15:25:09 +02:00
parent 838ece2a5d
commit 151982e311

View file

@ -1,69 +1,56 @@
ATT SKRIVA SÄCKPIPEMUSIK MED LILYPOND WRITING BAGPIPE MUSIC WITH LILYPOND
===================================== ===================================
1. Installera Lilypond 2.11.0 1. Installing Lilypond 2.11.0
---------------------------- -----------------------------
* Numera finns "riktiga" installerare för Mac och Windows och Red Hat Linux. * Grab the installer for your computer platform here:
Det finns också en version som använder Autopackage; en universell
Linux-installerare.
* Hämta installeraren för ditt system här:
http://lilypond.org/web/install/#2.11 http://lilypond.org/web/install/#2.11
* Gör som du brukar för att installera. * Or build from source (recommended but not entirely easy, since there are
many dependencies on external libraries).
OBS! Om du använder Mac OS 10.5 på en Intel-mac så måste du antingen använda OBS! If you are using Mac OS 10.5 on an Intel machine, you must either use the
PowerPC-versionen av lilypond eller också kompilera själv. Jag rekommenderar PowerPC version of Lilypond or compile it yourself. I recommend the latter.
det senare. Lite hjälp i hur detta kan gå till finns Some helo on how to compile is available
[här](http://article.gmane.org/gmane.comp.gnu.lilypond.general/36471). [here](http://article.gmane.org/gmane.comp.gnu.lilypond.general/36471).
2. Installera och använda bagpipe.ly 2. Installing and using bagpipe.ly
------------------------------------ ----------------------------------
* Dessa instruktioner är skrivna för Windows. Om du kör något annat så får du Invoke lilypond on **cheatsheet.ly**. This creates a PDF with all available
själv lista ut vad som skiljer sig. piping commands and grace notes. Now you can see how to write a crunluath a
mach, for instance. This will also let you know if your installation is
Skapa en katalog för musikfiler, t.ex. C:\Music och kopiera alla filer och working properly.
kataloger från bagpipe.zip till den nya katalogen. OBS lägg inte filerna i
Mina dokument eftersom en del av de program som behövs för Lilypond inte
tycker om sökvägar med blanksteg i.
Dubbelklicka på cheatsheet.ly. Detta skapar en PDF med alla specifika Note: When running Lilypond on a *.ly file, it may seem as if the computer has
säckpipe- kommandon, så du kan se hur du skriver t.ex. en crunluath a mach. Nu stalled. This is normal. Lilypond is doing a lot of calculations, and when
ser du också om din installation fungerar som den ska. running a large file it may take a minute or so before you get any output.
OBS! När du dubbelklickat på en *.ly-fil så verkar det som inget händer. Detta **bagpipe.ly** is where all piping-specific commands and settings live. Do
är normalt. Lilypond räknar och tänker en stund innan den skapar PDF-filen. Om look in the file to see how things work. If you find that some gracenotes are
du kör en stor fil, t.ex. standard_settings.ly, så kan det ta upp till en missing, you can add them here.
minut innan du ser att något händer.
**bagpipe.ly** är där alla säckpipespecifika kommandon och inställningar **format.ly** sets the heading format. Change this if you want anything apart
finns. Titta gärna i filen för att se hur saker och ting fungerar. Om du from my standard format.
upptäcker gracenoter som saknas lägger du till dessa här.
**format.ly** anger rubrikformatet. Ändra här om du vill att rubrikerna ska se **formatbook.ly** sets the heading format for multi-part scores, e.g.
ut på något annat sätt än Sven Axelssons standardformat. piobaireachd. Change this if you want anything apart from my standard format.
**music.ly** är ett exempel på hur du genererar filer med musik från **_template.ly** is a template for new tunes made to be used with the **makelily** script.
notbiblioteket. För att det ska gå smidigt att sätta samman många låtar i
olika set så inkluderar inte varje låt själv bagpipe.ly och format.ly, utan
detta görs från en särskild fil som sen inkluderar en eller flera låtar.
**standard_settings.ly** är ytterligare ett sådant exempel. Det är början till **makelily** is a Python script I use to build the music found in the sheet
vår berömda bok med alla våra fantastiska arrangemang. music archive on [svenax.net](http://svenax.net/). It automatically generates
both a PDF and a preview image and puts them in the proper folders. If you
want to use this script you'll have to configure some path information and
other stuff first.
**_template.ly** är en mall du kan använda för att skriva nya låtar. Alla **cheatsheet.ly** and **bagpipe.ly** should be sufficient to let you understand how the bagpipe notation works. You will also need the full Lilypond documentation, available
låtfiler ska struktureras på detta sätt. [here](http://lilypond.org/doc/v2.11/Documentation/).
OBS igen: Om du vill skriva rubriker eller annan text som innehåller svenska Note: All files *must* be saved in UTF-8 format, at least if you are going to
tecken (eller japanska, eller ryska) så måste du spara filen i formatet UTF-8. use anything but ASCII7, else the output will look like garbage.
Windows-användare kan använda Notepad till detta. Ni andra får själva hitta
ett lämpligt program.
**cheatsheet.ly** PDF:en och **bagpipe.ly** bör vara nog för att du ska förstå
hur säckpipenotationen fungerar. Du behöver säkert också läsa
Lilypond-dokumentationen som finns
[här](http://lilypond.org/doc/v2.11/Documentation/).
Det var det hela. That's it.