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 }
filename=
filenameprintfilename
option. The argument
should be unquoted.
staffsize=
htraggedright
raggedright = ##t
); this
works well for small music fragments.
linewidth=
size\
unitnotime
fragment
nofragment
indent=
size\
unitFor example
\begin[indent=5\cm,raggedright]{lilypond} ... \end{lilypond}
noindent
quote
texidoc
texidoc
field, if defined in the file. 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 } }
relative, relative=
Nrelative, relative=
N1
is middle C.
Read comments on this page, or
add one.
This page is for LilyPond-2.2.6 (stable-branch). |