]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-loose-lines-between.ly
3161a8bc85c9c01c2e48f74f01e84faf4a4a5769
[lilypond.git] / input / regression / page-spacing-loose-lines-between.ly
1 \version "2.13.36"
2
3 \header {
4   texidoc = "Loose lines between two systems don't confuse the layout engine.
5 In particular, they don't interfere with @var{system-system-spacing},
6 which measures distances between spaceable staves."
7 }
8
9 \paper {
10   ragged-right = ##t
11   system-system-spacing = #'((space . 20) (minimum-distance . 30))
12   annotate-spacing = ##t
13 }
14
15 <<
16   \new Lyrics
17   \with { \override VerticalAxisGroup #'staff-affinity = #DOWN }
18   \lyricmode {
19     My2 first Li4 -- ly song,2
20     My2 first Li4 -- ly song,2
21   }
22   \context Voice = "voice" \relative c'' {
23     d2 d c4 bes a2 \break
24     d'2 d c4 bes a2
25   }
26   \new Lyrics \lyricmode {
27     Not2 much can4 go wrong!2
28     Not2 much can4 go wrong!2
29   }
30 >>