]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-twocolumn.lytex
Build: Run regression tests for lilypond-book (issue 2223).
[lilypond.git] / input / regression / lilypond-book / tex-twocolumn.lytex
1 \documentclass[a4paper, 12pt]{article}
2
3 \twocolumn
4 \begin{document}
5
6 \section{A latex file with two columns}
7
8 In this example, the width autodetection should detect the two-column
9 settings in the preamble of the document and produce snippets that
10 have the width of a column.
11
12 \begin{lilypond}
13 \score{
14   \relative c'{c d e f g a b c | c, d e f g a b c | c, d e f g a b c}
15 }
16 \end{lilypond}
17
18 Wraping at the end of a column is similar to wraping at the end of a
19 page.
20
21 Text text text text text text text text text text text text text text
22 text text text text text text text text text text text text text text
23 text text text text text text text text text text text text text text
24 text text text text text text text text text text text text text text
25 text text text text text text text text text text text text text text
26 text text text text text text text text text text text text text text
27 text.
28
29 Text text text text text text text text text text text text text text
30 text text text text text text text text text text text text text text
31 text text text text text text text text text text text text text text
32 text.
33
34 \begin{lilypond}
35 \score{
36   \relative c'{c d e f g a b c | c, d e f g a b c | c, d e f g a b c}
37 }
38 \end{lilypond}
39
40 \end{document}