Unix

Nota: LilyPond è un compositore tipografico musicale basato su testo; è più simile a un linguaggio di programmazione che a un editor grafico di spartiti. Prima di scaricare LilyPond, dovresti informarti sul nostro Input testuale.

Pacchetti generici o pacchetti specifici di una distribuzione?

Molte distribuzioni includono LilyPond nel loro sistema di pacchetti. Queste versioni sono più facili da installare e disinstallare rispetto ai pacchetti generici, ma potrebbero non essere recenti. Se preferisci usare i nostri pacchetti generici, disinstalla la versione ufficiale dal tuo sistema usando il gestore di pacchetti della tua distribuzione. Leggi la documentazione della tua distribuzione per sapere come usare il gestore di pacchetti.

Pacchetti generici

Download

Installazione

Digita in un terminale:

cd PERCORSO-ALLA-DIRECTORY-DI-DOWNLOAD
sh lilypond-2.12.3-SISTEMA-OPERATIVO.sh

Disinstallazione

Digita in un terminale:

uninstall-lilypond

Compilare un file

Nota: These instructions assume that you are familiar with command-line programs. If you are using any of the programs described in Easier editing, please consult the documentation for those programs if you have any problems compiling a file.

Step 1. Create your ‘.ly’ file

Create a text file called ‘test.ly’ and enter:

\version "2.13.45"
{
  c' e' g' e'
}

Step 2. Compile (with command-line)

To process ‘test.ly’, type the following at the command prompt:

lilypond test.ly

You will see something resembling:

GNU LilyPond 2.13.45
Processing `test.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Solving 1 page-breaking chunks...[1: 1 pages]
Drawing systems...
Layout output to `test.ps'...
Converting to `./test.pdf'...

Step 3. View output

You may view or print the resulting ‘test.pdf’.

Pacchetti specifici di una distribuzione

Usa il gestore pacchetti della tua distribuzione per istallare o aggiornare a queste versioni.

Legalese


Other languages: English, deutsch, español, français, magyar, 日本語, nederlands.

Validation

Thanks to webdev.nl for hosting lilypond.org. Valid HTML 4.01 Transitional

inserted by FC2 system