]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-twocolumn.lytex
resolve merge
[lilypond.git] / input / regression / lilypond-book / tex-twocolumn.lytex
diff --git a/input/regression/lilypond-book/tex-twocolumn.lytex b/input/regression/lilypond-book/tex-twocolumn.lytex
new file mode 100644 (file)
index 0000000..69c10bb
--- /dev/null
@@ -0,0 +1,17 @@
+\documentclass[a4paper, 12pt]{article}
+
+\begin{document}
+\twocolumn
+
+\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!
+
+\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}
+
+\end{document}