1
0
Fork 0
mirror of https://github.com/kastdeur/bagpipe.ly.git synced 2025-01-08 17:03:33 +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
working properly.
Skapa en katalog för musikfiler, t.ex. C:\Music och kopiera alla filer och Note: When running Lilypond on a *.ly file, it may seem as if the computer has
kataloger från bagpipe.zip till den nya katalogen. OBS lägg inte filerna i stalled. This is normal. Lilypond is doing a lot of calculations, and when
Mina dokument eftersom en del av de program som behövs för Lilypond inte running a large file it may take a minute or so before you get any output.
tycker om sökvägar med blanksteg i.
Dubbelklicka på cheatsheet.ly. Detta skapar en PDF med alla specifika **bagpipe.ly** is where all piping-specific commands and settings live. Do
säckpipe- kommandon, så du kan se hur du skriver t.ex. en crunluath a mach. Nu look in the file to see how things work. If you find that some gracenotes are
ser du också om din installation fungerar som den ska. missing, you can add them here.
OBS! När du dubbelklickat på en *.ly-fil så verkar det som inget händer. Detta **format.ly** sets the heading format. Change this if you want anything apart
är normalt. Lilypond räknar och tänker en stund innan den skapar PDF-filen. Om from my standard format.
du kör en stor fil, t.ex. standard_settings.ly, så kan det ta upp till en
minut innan du ser att något händer.
**bagpipe.ly** är där alla säckpipespecifika kommandon och inställningar **formatbook.ly** sets the heading format for multi-part scores, e.g.
finns. Titta gärna i filen för att se hur saker och ting fungerar. Om du piobaireachd. Change this if you want anything apart 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 **_template.ly** is a template for new tunes made to be used with the **makelily** script.
ut på något annat sätt än Sven Axelssons standardformat.
**music.ly** är ett exempel på hur du genererar filer med musik från **makelily** is a Python script I use to build the music found in the sheet
notbiblioteket. För att det ska gå smidigt att sätta samman många låtar i music archive on [svenax.net](http://svenax.net/). It automatically generates
olika set så inkluderar inte varje låt själv bagpipe.ly och format.ly, utan both a PDF and a preview image and puts them in the proper folders. If you
detta görs från en särskild fil som sen inkluderar en eller flera låtar. want to use this script you'll have to configure some path information and
other stuff first.
**standard_settings.ly** är ytterligare ett sådant exempel. Det är början till **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
vår berömda bok med alla våra fantastiska arrangemang. [here](http://lilypond.org/doc/v2.11/Documentation/).
**_template.ly** är en mall du kan använda för att skriva nya låtar. Alla Note: All files *must* be saved in UTF-8 format, at least if you are going to
låtfiler ska struktureras på detta sätt. use anything but ASCII7, else the output will look like garbage.
OBS igen: Om du vill skriva rubriker eller annan text som innehåller svenska
tecken (eller japanska, eller ryska) så måste du spara filen i formatet UTF-8.
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å That's it.
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.