]> git.donarmstrong.com Git - lilypond.git/blobdiff - 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
index 69c10bb7be73d5051b974447d9d70ccbbf19b2ec..b0f759f803cfe6079c2dce7c077bde645fa67ef3 100644 (file)
@@ -1,16 +1,39 @@
 \documentclass[a4paper, 12pt]{article}
 
-\begin{document}
 \twocolumn
+\begin{document}
 
 \section{A latex file with two columns}
 
-In this example, the width auto-detection shall detect the two columns
-and produce snippets that have the smaller width for a column!
+In this example, the width autodetection should detect the two-column
+settings in the preamble of the document and produce snippets that
+have the width of a column.
+
+\begin{lilypond}
+\score{
+  \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}
+}
+\end{lilypond}
+
+Wraping at the end of a column is similar to wraping at the end of a
+page.
+
+Text text text text text text text text text text text text text text
+text text text text text text text text text text text text text text
+text text text text text text text text text text text text text text
+text text text text text text text text text text text text text text
+text text text text text text text text text text text text text text
+text text text text text text text text text text text text text text
+text.
+
+Text text text text text text text text text text text text text text
+text text text text text text text text text text text text text text
+text text text text text text text text text text text text text text
+text.
 
 \begin{lilypond}
 \score{
-  \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}
+  \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}
 }
 \end{lilypond}