]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-loose-lines-before.ly
Rewrite the vertical layout of staves/systems.
[lilypond.git] / input / regression / page-spacing-loose-lines-before.ly
1 \header {
2     texidoc = "A loose line (eg. a lyric line) at the top of a system
3 gets spaced as though it wasn't loose."
4 }
5
6 \layout {
7   ragged-right = ##t
8   \context {
9     \Lyrics
10     \override VerticalAxisGroup #'inter-loose-line-spacing #'space = #20
11     \override VerticalAxisGroup #'staff-affinity = #DOWN
12   }
13 }
14 <<
15   \new Lyrics \lyricmode {
16     My2 first Li4 -- ly song,
17   }
18   \new Lyrics \lyricmode {
19     Not2 much can4 go wrong!
20   }
21   \context Voice = "voice" \relative {
22     d'2 d c4 bes a2
23   }
24 >>
25
26 \version "2.12.0"