X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2Ftex-twocolumn.lytex;h=b0f759f803cfe6079c2dce7c077bde645fa67ef3;hb=6a1f558672bd534fdadc7ae559c8711c0ccb21ea;hp=69c10bb7be73d5051b974447d9d70ccbbf19b2ec;hpb=c4caf7d48d8a1b816ab3b007197f4dedaa6f7f75;p=lilypond.git diff --git a/input/regression/lilypond-book/tex-twocolumn.lytex b/input/regression/lilypond-book/tex-twocolumn.lytex index 69c10bb7be..b0f759f803 100644 --- a/input/regression/lilypond-book/tex-twocolumn.lytex +++ b/input/regression/lilypond-book/tex-twocolumn.lytex @@ -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}