Linux Commands Examples

A great documentation place for Linux commands

lilypond

manual page for LilyPond 2.16.0

Synopsis

lilypond [OPTION]... FILE...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
clear
PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin/
lilypond -fpng -fpdf exercicio_01.ly
0
source
            
clear
PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin/
lilypond -fpng -fpdf exercicio_02.ly
0
source
            
clear
PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin/
lilypond -fpng -fpdf exercicio_03.ly

description

Typeset music and/or produce MIDI from FILE.

LilyPond produces beautiful music notation. For more information, see http://lilypond.org

options

-d, --define-default=SYM[=VAL]

set Scheme option SYM to VAL (default: #t). Use -dhelp for help.

-e, --evaluate=EXPR

evaluate scheme code

-f, --formats=FORMATs

dump FORMAT,... Also as separate options:

--pdf

generate PDF (default)

--png

generate PNG

--ps

generate PostScript

-h, --help

show this help and exit

-H, --header=FIELD

dump header field FIELD to file named BASENAME.FIELD

-I, --include=DIR

add DIR to search path

-i, --init=FILE

use FILE as init file

-j, --jail=USER, GROUP, JAIL, DIR

chroot to JAIL, become USER:GROUP and cd into DIR

-l, --loglevel=LOGLEVEL

print log messages according to LOGLEVEL. Possible values are: NONE, ERROR, WARNING, BASIC, PROGRESS, INFO (default) and DEBUG.

-o, --output=FILE

write output to FILE (suffix will be added)

--relocate

relocate using directory of lilypond program

-s, --silent

no progress, only error messages (equivalent to loglevel=ERROR)

-v, --version

show version number and exit

-V, --verbose

be verbose (equivalent to loglevel=DEBUG)

-w, --warranty

show warranty and copyright

copyright

Copyright © 1996--2012 by
Han-Wen Nienhuys <hanwen[:at:]xs4all[:dot:]nl>
Jan Nieuwenhuizen <janneke[:at:]gnu[:dot:]org>
and others.

This program is free software. It is covered by the GNU General Public License and you are welcome to change it and/or distribute copies of it under certain conditions. Invoke as ’lilypond --warranty’ for more information.

reporting bugs

Report bugs via http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs


see also

The full documentation for LilyPond is maintained as a Texinfo manual. If the info and LilyPond programs are properly installed at your site, the command

info LilyPond

should give you access to the complete manual.

How can this site be more helpful to YOU ?


give  feedback