]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-auto-linebreak.lytex
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / lilypond-book / tex-auto-linebreak.lytex
1 \documentclass[a4paper]{article}
2
3 \begin{document}
4
5 Documents for \verb+lilypond-book+ may freely mix music and text. The music
6 snippets will be properly line-broken. For example,
7
8 \begin{lilypond}
9 \relative c' {
10   c2 g'2 \times 2/3 { f8 e d } c'2 g4
11   c,2 g'2 \times 2/3 { f8 e d } c'2 g4
12   c,2 g'2 \times 2/3 { f8 e d } c'2 g4
13   c,2 g'2 \times 2/3 { f8 e d } c'2 g4
14   c,2 g'2 \times 2/3 { f8 e d } c'2 g4
15   c,2 g'2 \times 2/3 { f8 e d } c'2 g4
16   c,2 g'2 \times 2/3 { f8 e d } c'2 g4
17   c,2 g'2 \times 2/3 { f8 e d } c'2 g4
18 }
19 \end{lilypond}
20
21
22 \end{document}