X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2Ftex-twocolumn.lytex;fp=input%2Fregression%2Flilypond-book%2Ftex-twocolumn.lytex;h=69c10bb7be73d5051b974447d9d70ccbbf19b2ec;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/lilypond-book/tex-twocolumn.lytex b/input/regression/lilypond-book/tex-twocolumn.lytex new file mode 100644 index 0000000000..69c10bb7be --- /dev/null +++ b/input/regression/lilypond-book/tex-twocolumn.lytex @@ -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}