]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/lbook-latex-test.tex
f5cfa1c515e060ca5f449fa54ad803fa07d4bfd5
[lilypond.git] / input / tutorial / lbook-latex-test.tex
1 \documentclass[a4paper]{article}
2 \usepackage{graphics}
3 \begin{document}
4
5 Documents for lilypond-book may freely mix music and text.  For
6 example,
7
8 \begin{lilypond}
9 \relative {
10   c2^"test" g'2 \times 2/3 { f8 e d } c'2 g4
11
12 \end{lilypond}
13
14 Options are put in brackets.
15
16 \begin[fragment,quote,staffsize=26,verbatim]{lilypond}
17   c'4 f16
18 \end{lilypond}
19
20 Larger examples can be put in a separate file, and introduced with
21 \verb+\lilypondfile+.
22
23 %\lilypondfile[quote,noindent]{screech-boink.ly}
24
25 \end{document}