]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-twocolumn.lytex
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / lilypond-book / tex-twocolumn.lytex
1 \documentclass[a4paper, 12pt]{article}
2
3 \begin{document}
4 \twocolumn
5
6 \section{A latex file with two columns}
7
8 In this example, the width auto-detection shall detect the two columns
9 and produce snippets that have the smaller width for a column!
10
11 \begin{lilypond}
12 \score{
13   \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}
14 }
15 \end{lilypond}
16
17 \end{document}