|
|
GNU LilyPond-- -- |
||||||||||
|
Output detailsLilyPond's default output format is TeX. Using the option At the beginning of the output file, various global parameters are defined.
It also contains a large Then the file Now the music is output system by system (a `system' consists of all
staves belonging together). From TeX's point of view, a system is an
After the last system LilyPond emits a stronger variant of
\def\lilypondpaperlastpagefill{1}
or by setting the variable It is possible to fine-tune the vertical offset further by defining the
macro \def\lilypondscoreshift{0.25\baselineskip}
The code produced by LilyPond can be used by both TeX and LaTeX. Here an example how to embed a small LilyPond file \documentclass{article}
\def\lilypondpaperlastpagefill{}
\lineskip 5pt
\def\lilypondscoreshift{0.25\baselineskip}
\begin{document}
This is running text which includes an example music file
\input{foo.tex}
right here.
\end{document}
The file lilypond foo.ly
It is important to set the The call to |
||||||||||
|
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|||||||||||
This page was built from LilyPond-1.6.6 (stable-branch) by