]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-include-preamble.lytex
lilypond-book: Textwidth detection with included file (issue 3136).
[lilypond.git] / input / regression / lilypond-book / tex-include-preamble.lytex
1 \documentclass{article}
2
3 \input{include/def.tex}
4
5 \begin{document}
6
7 If the include file in the preamble is not available,
8 the automatic line width detection would fail and the
9 snippet below would have only one bar per line.
10
11 \begin{lilypond}
12 \relative c' {
13   a d a c e d a c
14   f g d e a d a c
15 }
16 \end{lilypond}
17
18 Brought to you by \signature.
19
20 \end{document}