1.1.4 Linea di comando

Nota: Queste istruzioni partono dal presupposto che tu stia usando i comuni programmi unix a linea di comando. Se stai usando uno dei programmi descritti in Alternate input, consulta la documentazione per questi programmi in caso tu abbia problemi a compilare un file.

Crea un file di testo chiamato ‘test.ly’ e scrivi:

{
  c' e' g' e'
}

Per elaborare ‘test.ly’, eseguire questo comando:

lilypond test.ly

Vedrai qualcosa di simile:

lilypond test.ly
GNU LilyPond 2.13.27
Processing `test.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test.ps'...
Converting to `test.pdf'...

Puoi vedere o stampare il risultante ‘text.pdf’.


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

LilyPond — Learning Manual