Node: Music fragment options, Next: Invoking lilypond-book, Previous: Integrating HTML and music, Up: lilypond-book manual
The commands for lilypond-book have room to specify one or more of the following options:
verbatim
intertext option, then
the actual music is displayed. This option does not work with
the short version of the music blocks:
@lilypond{ CONTENTS } and \lilypond{ CONTENTS }
smallverbatim
verbatim, but in a smaller font.
intertext="text"
verbatim option: This puts
text between the code and the music (without indentation).
filename="filename"
11pt
13pt
16pt
20pt
26pt
raggedright
raggedright = ##t); this
works well for small music fragments.
multiline
singleline: it justifies and breaks lines.
linewidth=sizeunit
notime
fragment
nofragment
lilypond-book auto detection of what type of code is
in the LilyPond block, voice contents or complete code.
indent=sizeunit
For example
\begin[indent=5cm,raggedright]{lilypond}
...
\end{lilypond}
noindent
notexidoc
texidoc. This is only for Texinfo output.
In Texinfo, the music fragment is normally preceded by the
texidoc field from the \header. The LilyPond test
documents are composed from small .ly files in this way:
\header {
texidoc = "this file demonstrates a single note"
}
\score { \notes { c'4 } }
quote
lilypond-book to put LaTeX and Texinfo output
into a quotation block.
printfilename
\lilypondfile.
relative, relative N
1 is central C.
This page is for LilyPond-2.0.1 (stable-branch).