]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-paragraphs.lytex
Issue 2300: do not tinker with the position of a pitched rest
[lilypond.git] / input / regression / lilypond-book / tex-paragraphs.lytex
1 \documentclass[a4paper, 12pt]{article}
2
3 \begin{document}
4
5
6 \section{Paragraphs and line spacing}
7
8 Testing of spacing. The next music is surrounded by an empty line.
9 text text text text text text text text text text text text
10 text text text text text text text text text text text text
11
12 \begin{lilypond}
13 \score{ \relative c'{ c d e f g a b c} }
14 \end{lilypond}
15
16 text text text text text text text text text text text text
17 text text text text text text text text text text text text
18 text text text text text text text text text text text text
19
20 The next music has no surrounding empty lines.
21 text text text text text text text text text text text text
22 text text text text text text text text text text text text
23 text text text text text text text text text text text text
24 \begin{lilypond}
25 \score{ \relative c'{ c d e f g a b c} }
26 \end{lilypond}
27 text text text text text text text text text text text text
28 text text text text text text text text text text text text
29
30 \end{document}