Unix

Nota: LilyPond é um software gravador de músicas baseado em texto; é mais semelhante a uma linguagem de programação do que um programa de edição de partituras gráficas. Antes de baixar o LilyPond, por favor leia sobre a nossa Entrada de texto.

Pacotes genéricos ou pacotes específicos para distribuição?

Muitas distribuições incluem o LilyPond dentro de seus repositórios de pacotes normais que frequentemente são significativamente mais antigos que a versão estável atual. Enquanto esses pacotes mais antigos podem ser mais fáceis de instalar, nós recomendamos fortemente que você use nossos pacotes genéricos. Neste caso, verifique se o seu editor LilyPond está usando a versão correta. Veja Edição facilitada.

Pacotes genéricos

Download

Instalar

No shell, digite:

cd CAMINHO-PARA-DIRETÓRIO-DE-DOWNLOAD
sh lilypond-2.22.1-TIPO-OS.sh

Desinstalar

No shell, digite:

uninstall-lilypond

Ajuda

No shell, digite:

sh lilypond-2.22.1-TIPO-OS.sh --help

Compilando um arquivo

Nota: These instructions assume that you are familiar with command-line programs. If you are using any of the programs described in @ref{Easier editing}, consult the documentation for those programs should you have any problems.

Step 1. Create your ‘.ly’ file

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

\version "2.22.1"
{
  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.22.1
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'...
Success: compilation successfully completed

Step 3. View output

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

Juridiquês


Validation

Valid HTML 4.01 Transitional